summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-19 16:48:27 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-19 16:48:27 +0000
commitf50fa10c8ac99e0efdca8469c646a08dd2cdefe2 (patch)
tree1c304654d398805b0cbbdf0c7678345e1fde5551 /ChangeLog
parent882bfe73fd0d3ee9e625ff841bd0c1e0815cff90 (diff)
* malloc/memusage.sh (memusageso): Add quotes.
(memusagestat): Likewise. * debug/xtrace.sh (pcprofileso): Likewise. (pcprofiledump): Likewise. * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR replacement. * malloc/Makefile ($(objpfx)memusage): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 944e6bcd6e..c135d0ad69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-05-19 Ulrich Drepper <drepper@redhat.com>
+ * malloc/memusage.sh (memusageso): Add quotes.
+ (memusagestat): Likewise.
+ * debug/xtrace.sh (pcprofileso): Likewise.
+ (pcprofiledump): Likewise.
+ * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
+ replacement.
+ * malloc/Makefile ($(objpfx)memusage): Likewise.
+
* nis/nis_callback.c (__nis_create_callback): Calls to
svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
asprintf call fails.