diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 14:57:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 14:57:16 -0800 |
commit | 1c31934c8294fec086bcfcd43479a3a399234ff7 (patch) | |
tree | 056ecf6f93089dea64dd81901be88155cf714f63 /debug.c | |
parent | a16a902df2469cbde86ffb6344ade1d987dd2f86 (diff) | |
download | txr-1c31934c8294fec086bcfcd43479a3a399234ff7.tar.gz txr-1c31934c8294fec086bcfcd43479a3a399234ff7.tar.bz2 txr-1c31934c8294fec086bcfcd43479a3a399234ff7.zip |
* mpi-patches/fix-mult-bug: One more flaw discovered in
s_mp_mul_d and added to patch. This one caused malloc corruption and
crashes, because the incorrect arithmetic causes the function
to think that the multiplication will not be needing another
digit, but then there is a carry out which does spill into
a new digit.
* mpi-patches/series: Arg! Somehow the patch fix-bad-shift
went missing from the series file, even though the patch
itself is in the GIT repository.
Diffstat (limited to 'debug.c')
0 files changed, 0 insertions, 0 deletions