mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 23:48:19 +03:00
Fix an integer overflow bug in {size2index,s2u}_compute().
This {bug,regression} was introduced by
155bfa7da1 (Normalize size classes.).
This resolves #241.
This commit is contained in:
parent
7ae1239177
commit
dde067264d
3 changed files with 96 additions and 2 deletions
|
|
@ -139,6 +139,7 @@ TESTS_UNIT := $(srcroot)test/unit/atomic.c \
|
|||
$(srcroot)test/unit/rb.c \
|
||||
$(srcroot)test/unit/rtree.c \
|
||||
$(srcroot)test/unit/SFMT.c \
|
||||
$(srcroot)test/unit/size_classes.c \
|
||||
$(srcroot)test/unit/stats.c \
|
||||
$(srcroot)test/unit/tsd.c \
|
||||
$(srcroot)test/unit/util.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue