diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-28 07:32:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-28 07:32:01 -0700 |
commit | 4e927689cb21336212f1aea7cb61433d5372b87a (patch) | |
tree | b1c6d2888cf6ed1fc30bb581d594ed8c9211e008 /ChangeLog | |
parent | 2434b4c54ba42c153a51ba96ee24573be297c4ee (diff) | |
download | txr-4e927689cb21336212f1aea7cb61433d5372b87a.tar.gz txr-4e927689cb21336212f1aea7cb61433d5372b87a.tar.bz2 txr-4e927689cb21336212f1aea7cb61433d5372b87a.zip |
* mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory
leaks caused by wrongly initializing the temporary destination operand
for mp2_comp with a size, which mp2_comp then clobbers by doing the same
thing. Also plug memory leaks that happen in in out-of-memory return
case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-06-28 Kaz Kylheku <kaz@kylheku.com> + + * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory + leaks caused by wrongly initializing the temporary destination operand + for mp2_comp with a size, which mp2_comp then clobbers by doing the same + thing. Also plug memory leaks that happen in in out-of-memory return + case. + 2014-06-27 Kaz Kylheku <kaz@kylheku.com> * lib.c (where, sel): Extend into hashes. |