diff options
| author | Jason Evans <jasone@canonware.com> | 2015-08-19 14:12:05 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2015-08-19 14:16:30 -0700 |
| commit | 5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014 (patch) | |
| tree | 0e0cabe33b3dd9e6828c4f178760e589f3ca1760 /ChangeLog | |
| parent | 6e98caf8f064482b9ab292ef3638dea67420bbc2 (diff) | |
| download | platform_external_jemalloc_new-5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014.tar.gz platform_external_jemalloc_new-5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014.tar.bz2 platform_external_jemalloc_new-5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014.zip | |
Don't bitshift by negative amounts.
Don't bitshift by negative amounts when encoding/decoding run sizes in
chunk header maps. This affected systems with page sizes greater than 8
KiB.
Reported by Ingvar Hagelund <ingvar@redpill-linpro.com>.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ brevity. Much more detail can be found in the git revision history: https://github.com/jemalloc/jemalloc +* 4.x.x (XXX) + + Bug fixes: + - Don't bitshift by negative amounts when encoding/decoding run sizes in chunk + header maps. This affected systems with page sizes greater than 8 KiB. + * 4.0.0 (August 17, 2015) This version contains many speed and space optimizations, both minor and |
