diff options
author | Andreas Schwab <schwab@suse.de> | 2014-06-18 11:58:45 +0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2015-11-24 11:34:14 -0200 |
commit | 60f10f2326aa47c7f49b752c1730e084b2319aa7 (patch) | |
tree | f911ca084fdf57babafba4cfa7c9fda421a506ca /posix/Makefile | |
parent | 83e9e8b0464dcff36930b8bb53d04ac3b551b5a3 (diff) | |
download | glibc-60f10f2326aa47c7f49b752c1730e084b2319aa7.zip glibc-60f10f2326aa47c7f49b752c1730e084b2319aa7.tar.gz glibc-60f10f2326aa47c7f49b752c1730e084b2319aa7.tar.bz2 |
Don't read past end of pattern in fnmatch (BZ #17062)
(cherry picked from commit b3a9f56ba59c3d8eadd3135a1c25c37a63151450)
Conflicts:
NEWS
posix/Makefile
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 9dd5fa4..8f6e6b5 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -86,7 +86,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset \ bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ bug-getopt5 tst-getopt_long1 bug-regex34 bug-regex35 \ - tst-pathconf tst-getaddrinfo4 bug-regex36 + tst-pathconf tst-getaddrinfo4 bug-regex36 tst-fnmatch3 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |