diff options
author | Andreas Schwab <schwab@suse.de> | 2014-06-18 11:58:45 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-06-18 14:20:02 +0200 |
commit | b3a9f56ba59c3d8eadd3135a1c25c37a63151450 (patch) | |
tree | 7a579450ac5496123e6bb4ff2e46a41344d29707 /posix/Makefile | |
parent | 85d89278568b4191da3b2fee589553e90b54ffa5 (diff) | |
download | glibc-b3a9f56ba59c3d8eadd3135a1c25c37a63151450.tar.gz glibc-b3a9f56ba59c3d8eadd3135a1c25c37a63151450.tar.xz glibc-b3a9f56ba59c3d8eadd3135a1c25c37a63151450.zip |
Don't read past end of pattern in fnmatch (BZ #17062)
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 14e6ceeaf6..37d6d5fb01 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -86,7 +86,8 @@ 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 tst-rxspencer-no-utf8 + tst-pathconf tst-getaddrinfo4 tst-rxspencer-no-utf8 \ + tst-fnmatch3 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |