summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-22 06:49:40 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-22 06:49:40 +0000
commit7d55c9eb43b69bf515f7ea7f828dc0edb9d4f501 (patch)
tree2b06e9383f5eb5a4cce8528ab3998cfaafb3de6f /ChangeLog
parent0f8f993ceff73bef51763d0b8addd29b86fad061 (diff)
[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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ede0e9225..733b4e4d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.