diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-11 23:18:53 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-12 03:40:34 (GMT) |
commit | 560a4e1e01d3733c2f107cdb3cc3580f3ed84442 (patch) | |
tree | 9a181e47c5051c81ff4c2001a16bf174e652b3a4 /ChangeLog | |
parent | a00b10735a80f7070714b278c8acdad4473bea69 (diff) | |
download | jemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.zip jemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.tar.gz jemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.tar.bz2 |
Fix xallocx() bugs.
Fix xallocx() bugs related to the 'extra' parameter when specified as
non-zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ brevity. Much more detail can be found in the git revision history: with interposed resets (triggered via the "prof.reset" mallctl). This bug could cause data structure corruption that would most likely result in a segfault. + - Fix xallocx() bugs related to the 'extra' parameter when specified as + non-zero. * 4.0.0 (August 17, 2015) |