diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-22 06:49:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-22 06:49:40 +0000 |
commit | 7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501 (patch) | |
tree | 2b06e9383f5eb5a4cce8528ab3998cfaafb3de6f /ChangeLog | |
parent | 0f8f993ceff73bef51763d0b8addd29b86fad061 (diff) | |
download | glibc-7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501.tar glibc-7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501.tar.gz glibc-7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501.tar.bz2 glibc-7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501.zip |
[BZ #4588]
* stdio-common/tempnam.c: Fix comment, it is not checked that
TMPDIR points to a writable directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-21 Ulrich Drepper <drepper@redhat.com> + [BZ #4588] + * stdio-common/tempnam.c: Fix comment, it is not checked that + TMPDIR points to a writable directory. + [BZ #4726] * resolv/res_send.c (__libc_res_nsend): Initialize all of the memory allocated for the name server address. |