diff options
author | Eric Blake <eblake@redhat.com> | 2012-07-20 16:55:19 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-07-20 16:55:19 +0000 |
commit | 0cf8865cf097467e6df0aa6ed47061ad1c1d540a (patch) | |
tree | 0388615c3333dcc2a196daf67129cf9095154819 /newlib/ChangeLog | |
parent | f20f7e36ad3394458e565f8d6c72f4f65a97c1bb (diff) | |
download | cygnal-0cf8865cf097467e6df0aa6ed47061ad1c1d540a.tar.gz cygnal-0cf8865cf097467e6df0aa6ed47061ad1c1d540a.tar.bz2 cygnal-0cf8865cf097467e6df0aa6ed47061ad1c1d540a.zip |
readdir: drop bogus code
* libc/posix/readdir.c (readdir): Drop bogus attempt to catch
bogus pointers.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3ce8fd9a3..26e995494 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2012-07-20 Eric Blake <eblake@redhat.com> + + * libc/posix/readdir.c (readdir): Drop bogus attempt to catch + bogus pointers. + 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org> * libc/sys/rtems/machine/_types.h (_ssize_t): Use signed int for |