summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-28 07:32:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-28 07:32:01 -0700
commit4e927689cb21336212f1aea7cb61433d5372b87a (patch)
treeb1c6d2888cf6ed1fc30bb581d594ed8c9211e008 /ChangeLog
parent2434b4c54ba42c153a51ba96ee24573be297c4ee (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7c3cba3..6a7ceddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.