aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-08-19 14:12:05 -0700
committerJason Evans <jasone@canonware.com>2015-08-19 14:16:30 -0700
commit5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014 (patch)
tree0e0cabe33b3dd9e6828c4f178760e589f3ca1760 /ChangeLog
parent6e98caf8f064482b9ab292ef3638dea67420bbc2 (diff)
downloadplatform_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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cf887c2..c98179c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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