diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-05-12 15:24:12 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-07-10 16:29:55 +0200 |
commit | 4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3 (patch) | |
tree | 9d423c33dd357da456df66249c30e086f25fb0dd /localedata/Makefile | |
parent | d183645616b0533b3acee28f1a95570bffbdf50f (diff) | |
download | glibc-4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3.zip glibc-4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3.tar.gz glibc-4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3.tar.bz2 |
_nl_find_locale: Improve handling of crafted locale names [BZ #17137]
Prevent directory traversal in locale-related environment variables
(CVE-2014-0475).
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index e8fe10f..b6235f2 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -74,7 +74,8 @@ locale_test_suite := tst_iswalnum tst_iswalpha tst_iswcntrl \ tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ tst-leaks tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \ tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \ - tst-strfmon1 tst-sscanf bug-setlocale1 tst-setlocale2 tst-wctype + tst-strfmon1 tst-sscanf bug-setlocale1 tst-setlocale2 tst-setlocale3 \ + tst-wctype tests-static = bug-setlocale1-static tests += $(tests-static) ifeq (yes,$(build-shared)) |