diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-13 00:23:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-13 00:23:34 +0000 |
commit | 69a64e9b471ebb456f2807c1cc04652167da154a (patch) | |
tree | 463188b4803fa0993e7a5d795369af70b217ed0a /ChangeLog | |
parent | 85fdc62bda73981c940d6a148a8571bc14a7e327 (diff) | |
download | glibc-69a64e9b471ebb456f2807c1cc04652167da154a.tar.gz |
[BZ #263]
2004-07-12 Paul Eggert <eggert@cs.ucla.edu>
[BZ #263]
* sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
outside the buffer if the read returns 0. __strtod_l can't set
endp to NULL, so remove a test for that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-12 Paul Eggert <eggert@cs.ucla.edu> + + [BZ #263] + * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store + outside the buffer if the read returns 0. __strtod_l can't set + endp to NULL, so remove a test for that case. + 2004-07-12 Roland McGrath <roland@redhat.com> * manual/signal.texi (Interrupted Primitives): Make clear that |