From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11970 invoked by alias); 13 Apr 2007 17:50:53 -0000 Received: (qmail 11951 invoked by uid 48); 13 Apr 2007 17:50:42 -0000 Date: Fri, 13 Apr 2007 17:50:00 -0000 Message-ID: <20070413175042.11950.qmail@sourceware.org> From: "jakub at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070412144239.4350.pasky@suse.cz> References: <20070412144239.4350.pasky@suse.cz> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4350] Reentrancy problem between strftime() and setenv() X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00043.txt.bz2 ------- Additional Comments From jakub at redhat dot com 2007-04-13 18:50 ------- strftime is documented in POSIX that it acts as if it calls tzset(). And tzset is documented to inspect the TZ env variable. setenv is documented to be non-thread safe, what glibc does there is beyond what the standard requires. And this is IMHO the same thing. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4350 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.