summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2018-02-27 01:11:29 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2018-02-28 03:43:05 (GMT)
commit26b1c1398264dec25bf998f6bec21799ad4513da (patch)
tree2f58c87db969a9782bd113335726c82a60baced0 /Makefile.in
parentdd7e283b6f7f18054af3e14457251757945ab17d (diff)
downloadjemalloc-26b1c1398264dec25bf998f6bec21799ad4513da.zip
jemalloc-26b1c1398264dec25bf998f6bec21799ad4513da.tar.gz
jemalloc-26b1c1398264dec25bf998f6bec21799ad4513da.tar.bz2
Background threads: fix an indexing bug.
We have a buffer overrun that manifests in the case where arena indices higher than the number of CPUs are accessed before arena indices lower than the number of CPUs. This fixes the bug and adds a test.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 96c4ae0..aefd6d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,6 +162,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/arena_reset.c \
$(srcroot)test/unit/atomic.c \
$(srcroot)test/unit/background_thread.c \
+ $(srcroot)test/unit/background_thread_enable.c \
$(srcroot)test/unit/base.c \
$(srcroot)test/unit/bitmap.c \
$(srcroot)test/unit/ckh.c \