diff options
author | Jason Evans <je@fb.com> | 2012-05-23 23:09:22 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-23 23:09:22 (GMT) |
commit | 5c710cee783a44061fa2c467ffd8984b8047b90e (patch) | |
tree | 6122c308c8acff7128ca1bb23576ae50745fce0f /ChangeLog | |
parent | f1966e1dc7543543e98386180f2b8530bf9725ab (diff) | |
download | jemalloc-5c710cee783a44061fa2c467ffd8984b8047b90e.zip jemalloc-5c710cee783a44061fa2c467ffd8984b8047b90e.tar.gz jemalloc-5c710cee783a44061fa2c467ffd8984b8047b90e.tar.bz2 |
Remove const from __*_hook variable declarations.
Remove const from __*_hook variable declarations, so that glibc can
modify them during process forking.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ found in the git revision history: Bug fixes: - Fix heap profiling crash if sampled object is freed via realloc(p, 0). + - Remove const from __*_hook variable declarations, so that glibc can modify + them during process forking. * 3.0.0 (May 11, 2012) |