diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-10 08:24:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-10 08:24:48 +0000 |
commit | f25da8d01f8d783fff627a95628a73b037526245 (patch) | |
tree | 034b8c9583e913480b07c8174b076b89e15302e0 /ChangeLog | |
parent | 07760b357c8100172b81e7169d345834cb381ac8 (diff) | |
download | glibc-f25da8d01f8d783fff627a95628a73b037526245.tar glibc-f25da8d01f8d783fff627a95628a73b037526245.tar.gz glibc-f25da8d01f8d783fff627a95628a73b037526245.tar.bz2 glibc-f25da8d01f8d783fff627a95628a73b037526245.zip |
* string/argz-stringify.c (__argz_stringify): Fix loop termination
conditions so as not to clobber the final '\0' when there is only one
element in the vector.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-02-23 Roland McGrath <roland@baalperazim.frob.com> + + * string/argz-stringify.c (__argz_stringify): Fix loop termination + conditions so as not to clobber the final '\0' when there is only one + element in the vector. + 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test, |