diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-09-01 08:48:15 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-09-01 08:48:15 -0700 |
commit | 2d8e36e691f460aeeb3362fd44c71cafc7bb5852 (patch) | |
tree | 945a622e0b51a2e7ff758269a60a6d5ef1417479 /ChangeLog | |
parent | 74589f738efd72e07f759a4aabd2e32613aaefb8 (diff) | |
download | glibc-2d8e36e691f460aeeb3362fd44c71cafc7bb5852.zip glibc-2d8e36e691f460aeeb3362fd44c71cafc7bb5852.tar.gz glibc-2d8e36e691f460aeeb3362fd44c71cafc7bb5852.tar.bz2 |
Fix BZ #18757.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> + [BZ #18757] + * libio/iofopncook.c (_IO_fopencookie): Set errno on failure. + * libio/test-fmemopen.c (do_bz18820): Extend the test to cover + BZ #18757. + +2015-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> + * malloc/mtrace.pl: Filter out NULL entries. 2015-09-01 Joseph Myers <joseph@codesourcery.com> |