mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
Fix xallocx() bugs.
Fix xallocx() bugs related to the 'extra' parameter when specified as non-zero.
This commit is contained in:
parent
a00b10735a
commit
560a4e1e01
9 changed files with 399 additions and 184 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue