-
Rasmus Villemoes authored
If u and v both represent negative integers and their limb counts happen to differ, mpi_cmp will always return a positive value - this is obviously bogus. u is smaller than v if and only if it is larger in absolute value. Signed-off-by:
Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by:
David Howells <dhowells@redhat.com> Acked-by:
Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
b9f918a3Rasmus Villemoes authoredIf u and v both represent negative integers and their limb counts happen to differ, mpi_cmp will always return a positive value - this is obviously bogus. u is smaller than v if and only if it is larger in absolute value. Signed-off-by:
Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by:
David Howells <dhowells@redhat.com> Acked-by:
Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Loading