This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] tzset robustness [BZ#17715]


On 01/20/2015 08:54 AM, Rich Felker wrote:
Yes, glibc is wrongly attempting to process strings as filenames
first, then as POSIX-format TZ strings.

This is OK, so long as all the file names actually installed in the system cannot be confused with valid POSIX-format TZ strings. That is the case with the standard time zone database normally installed in GNU/Linux systems (at least it is now; long ago there were ambiguities but they were removed many years ago).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]