summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-10-31 15:12:51 +0000
committerUlrich Drepper <drepper@redhat.com>2008-10-31 15:12:51 +0000
commita5ff533ea135b92ddbbe9fc4e9a52c967586b578 (patch)
tree2204d7ed43b55139fb190b2d6fce6f4fc2741ee9 /ChangeLog
parent4bed549a2277f911397ca59189ae71f79750f400 (diff)
[BZ #6974]
* sunrpc/rpc_main.c (mkfile_output): Properly handle filename without dot. Properly terminate the string with a null byte. Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dac2c5ff5..815a5fe112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-10-31 Ulrich Drepper <drepper@redhat.com>
+ [BZ #6974]
+ * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
+ without dot. Properly terminate the string with a null byte.
+ Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
+
[BZ #6980]
* debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
negative sizees.