summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-16 06:34:26 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-16 06:34:26 +0000
commit6eea8e0d4838c05e0be24620baa05f00a014fffa (patch)
tree51711eadf962b4136587ec9fc5b3d0db803d2ea9 /ChangeLog
parent987f54c67c86bbb43e8d88fcaf914bdb5b3dc846 (diff)
downloadglibc-6eea8e0d4838c05e0be24620baa05f00a014fffa.tar.gz
* nscd/nscd_helper.c (open_socket): Don't send padding bytes from
reqdata.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0398349185..d190358ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-02-15 Ulrich Drepper <drepper@redhat.com>
+ * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
+ reqdata.
+
* sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
change: don't pass NULL in place of an integer.