diff options
author | Eric Blake <eblake@redhat.com> | 2011-04-22 23:40:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 23:40:57 -0400 |
commit | b722481ac27a296c5e4c4ef5ebb85f48a9efac95 (patch) | |
tree | c086af7cbc0a533501172d6ec4eddbbc80a00cc8 /ChangeLog | |
parent | 4df46dbda7787fd9f718c4d98a8416fcfa2f2c56 (diff) | |
download | glibc-b722481ac27a296c5e4c4ef5ebb85f48a9efac95.zip glibc-b722481ac27a296c5e4c4ef5ebb85f48a9efac95.tar.gz glibc-b722481ac27a296c5e4c4ef5ebb85f48a9efac95.tar.bz2 |
Use al possible bytes from fopen mode string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-04-22 Ulrich Drepper <drepper@gmail.com> + + [BZ #12685] + * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the + mode string. + Patch by Eric Blake <eblake@redhat.com>. + 2011-04-20 H.J. Lu <hongjiu.lu@intel.com> * sunrpc/Makefile (need-export-routines): Add svc_run. |