summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-19 08:23:43 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-19 08:23:43 +0000
commit882bfe73fd0d3ee9e625ff841bd0c1e0815cff90 (patch)
treed93a017c9302cfda1b94b8757be966a2e0e75cd6 /ChangeLog
parent429bb1833efe87af5b75153b6c7fa9349cfff501 (diff)
* nis/nis_callback.c (__nis_create_callback): Calls tocvs/fedora-glibc-20060519T1550
svcudp_bufcreate and svctcp_create can fail. Free ->xprt if asprintf call fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cab8422e52..944e6bcd6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-05-19 Ulrich Drepper <drepper@redhat.com>
+ * nis/nis_callback.c (__nis_create_callback): Calls to
+ svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
+ asprintf call fails.
+
* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
no uninitialized memory is passed to sendto.