From: Ulrich Drepper Date: Tue, 9 Jun 2009 14:01:42 +0000 (-0700) Subject: Don't premature stop parsing mode string of fopen. X-Git-Tag: fedora/glibc-2.10.90-1~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d360a0da2b42b2b79e9ce9c2d7984c234e840b7a;p=thirdparty%2Fglibc.git Don't premature stop parsing mode string of fopen. --- diff --git a/ChangeLog b/ChangeLog index e0128dbacd9..a55d38035b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-09 Ulrich Drepper + + * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop + parsing mode string. + 2009-06-05 Ulrich Drepper * sysdeps/x86_64/rawmemchr.S: Minor optimization.