diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-01-28 13:59:11 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-01-28 13:59:11 +0100 |
commit | bae7c7c764413b23e61cb099ce33be4c4ee259bb (patch) | |
tree | 8c643811b62f09a257324e9cc64dad1c17d94d2e /misc/Makefile | |
parent | 8a71d2e27fd067a85059aefb93c9ce83142b03e9 (diff) | |
download | glibc-bae7c7c764413b23e61cb099ce33be4c4ee259bb.tar.gz glibc-bae7c7c764413b23e61cb099ce33be4c4ee259bb.tar.xz glibc-bae7c7c764413b23e61cb099ce33be4c4ee259bb.zip |
Improve check against integer wraparound in hcreate_r [BZ #18240]
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
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 |