summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-01-28 13:59:11 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-01-28 13:59:11 +0100
commitbae7c7c764413b23e61cb099ce33be4c4ee259bb (patch)
tree8c643811b62f09a257324e9cc64dad1c17d94d2e /misc/Makefile
parent8a71d2e27fd067a85059aefb93c9ce83142b03e9 (diff)
Improve check against integer wraparound in hcreate_r [BZ #18240]
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index b9f854eab5..d7bbc85f18 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -77,7 +77,7 @@ gpl2lgpl := error.c error.h
tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
tst-error1 tst-pselect tst-insremque tst-mntent2 bug-hsearch1 \
- tst-mntent-blank-corrupt tst-mntent-blank-passno
+ tst-mntent-blank-corrupt tst-mntent-blank-passno bug18240
ifeq ($(run-built-tests),yes)
tests-special += $(objpfx)tst-error1-mem.out
endif