about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-17 09:36:54 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-17 09:36:54 +0000
commit92e4472f1fe087c1d2c239b3de7f7348d1a5c933 (patch)
tree8270e8c4651bb15f5b669a0d6fe71811f038f4c1 /ChangeLog
parent0013b2b1dfeaee971eec0d0d16598166229d856b (diff)
downloadglibc-92e4472f1fe087c1d2c239b3de7f7348d1a5c933.tar.gz
glibc-92e4472f1fe087c1d2c239b3de7f7348d1a5c933.tar.xz
glibc-92e4472f1fe087c1d2c239b3de7f7348d1a5c933.zip
Update.
1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* elf/dl-load.c (_dl_init_paths): Add one more element to aelem
	to not write beyond allocated memory.
	Reported by John Reiser <jreiser@BitWagon.com>, closes PR libc/1167.

1999-06-17  Ulrich Drepper  <drepper@cygnus.com>

	* malloc/mtrace.c: Keep lock while printing output lines.
	Patch by carsten.zimmermann@mediaways.net [PR libc/1166].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 736e412a8a..4a00f8220b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* elf/dl-load.c (_dl_init_paths): Add one more element to aelem
+	to not write beyond allocated memory.
+	Reported by John Reiser <jreiser@BitWagon.com>, closes PR libc/1167.
+
+1999-06-17  Ulrich Drepper  <drepper@cygnus.com>
+
+	* malloc/mtrace.c: Keep lock while printing output lines.
+	Patch by carsten.zimmermann@mediaways.net [PR libc/1166].
+
 1999-06-16  Ulrich Drepper  <drepper@cygnus.com>
 
 	* configure.in: Add warnings about broken code.