This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
tst-setlocale3 failure when backported to glibc-2.19
- From: Allan McRae <mcrae_allan at hotmail dot com>
- To: libc-alpha <libc-alpha at sourceware dot org>
- Cc: fweimer at redhat dot com
- Date: Thu, 28 Aug 2014 22:07:44 +1000
- Subject: tst-setlocale3 failure when backported to glibc-2.19
- Authentication-results: sourceware.org; auth=none
I am trying to backport the fix for CVE-2014-0475/BZ#17137 (directory
traversal in locale-related environment variables) to glibc-2.19. See
the allan/2.19/backport branch (which I intend to merge to the 2.19
release branch soon).
However, the added test with this fix - tst-setlocale3 - is failing:
$ cat glibc-build/localedata/tst-setlocale3.out
setlocale for "/en_US.UTF-8": No such file or directory
I do not see this for the master branch. Is there something else I need
to backport for this to work, or is my backport broken for other reasons?
Thanks,
Allan