- Update to version 3.4.1
* Fix a race in the "arenas.extend" mallctl that could cause memory corruption of internal data structures and subsequent crashes. * Fix Valgrind integration flaws that caused Valgrind warnings about reads of uninitialized memory in: + arena chunk headers + internal zero-initialized data structures * Preserve errno during the first allocation. A readlink(2) call during initialization fails unless /etc/malloc.conf exists, so errno was typically set during the first allocation prior to this fix. * Fix compilation warnings reported by gcc 4.8.1 - Rename pprof to pprof-jemalloc to prevent conflict with gperftools OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=15
This commit is contained in:
parent
687c79b2af
commit
62642784c1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0
|
||||
size 253698
|
3
jemalloc-3.4.1.tar.bz2
Normal file
3
jemalloc-3.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb
|
||||
size 254149
|
@ -1,7 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 09:28:50 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Update to version 3.4.1
|
||||
* Fix a race in the "arenas.extend" mallctl that could cause memory
|
||||
corruption of internal data structures and subsequent crashes.
|
||||
* Fix Valgrind integration flaws that caused Valgrind warnings about
|
||||
reads of uninitialized memory in:
|
||||
+ arena chunk headers
|
||||
+ internal zero-initialized data structures
|
||||
* Preserve errno during the first allocation. A readlink(2) call
|
||||
during initialization fails unless /etc/malloc.conf exists,
|
||||
so errno was typically set during the first allocation prior to this fix.
|
||||
* Fix compilation warnings reported by gcc 4.8.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 10:52:02 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Rename pprof to pprof-jemalloc to prevent conflict with gperftools
|
||||
- Rename pprof to pprof-jemalloc to prevent conflict with gperftools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 14:49:45 UTC 2013 - idonmez@suse.com
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: jemalloc
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
%define lname libjemalloc1
|
||||
Summary: General-purpose scalable concurrent malloc implementation
|
||||
|
Loading…
Reference in New Issue
Block a user