]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't premature stop parsing mode string of fopen.
authorUlrich Drepper <drepper@redhat.com>
Tue, 9 Jun 2009 14:01:42 +0000 (07:01 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 9 Jun 2009 14:01:42 +0000 (07:01 -0700)
ChangeLog

index e0128dbacd9e6b08d50c3e9714dd0b0cd8593dbb..a55d38035b772884f9ee568586487f231b5bbe47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-09  Ulrich Drepper  <drepper@redhat.com>
+
+       * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
+       parsing mode string.
+
 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/x86_64/rawmemchr.S: Minor optimization.