|
|
|
|
|
by wingo
4887 days ago
|
|
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=2... Fixed by Mark H Weaver, on Fri, 7 Dec 2012. Avoid signed integer overflow in scm_product * libguile/numbers.c (scm_product): Avoid signed integer overflow, which
modern C compilers are allowed to assume will never happen, thus
allowing them to optimize out our overflow checks. * test-suite/tests/numbers.test (*): Add tests. |
|
http://blog.regehr.org/archives/880