about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-21 16:52:23 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-21 16:52:23 +0000
commit4fcfc4c631ccf49124b7570337405109cd21bd9a (patch)
tree371ce2fe2e405c04bcdb3606d093f0a761f55de6
parentbcccd5c023e268bf17ce9a72c328fed823aed1a0 (diff)
downloadglibc-4fcfc4c631ccf49124b7570337405109cd21bd9a.tar.gz
glibc-4fcfc4c631ccf49124b7570337405109cd21bd9a.tar.xz
glibc-4fcfc4c631ccf49124b7570337405109cd21bd9a.zip
Update.
2000-04-21  Ulrich Drepper  <drepper@redhat.com>

	* nis/nis_callback.c (__nis_create_callback): Check result of
	memory allocation.  Fix memory leaks.  Use __builtin_expect.
	(__nis_destroy_callback): Fix memory leaks.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab0ef4ba6..29acacf124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-21  Ulrich Drepper  <drepper@redhat.com>
+
+	* nis/nis_callback.c (__nis_create_callback): Check result of
+	memory allocation.  Fix memory leaks.  Use __builtin_expect.
+	(__nis_destroy_callback): Fix memory leaks.
+
 2000-04-21  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.