about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-04 04:35:55 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-04 04:35:55 +0000
commitfdc02996d41d0b74e45e29c97c9d8cd02a8cb9f7 (patch)
treeeef13bd370eb86161f80e74f3190d085480ad938 /ChangeLog
parent902c429174f9660eaeb255695f8f335afbfdc54a (diff)
downloadglibc-fdc02996d41d0b74e45e29c97c9d8cd02a8cb9f7.tar.gz
glibc-fdc02996d41d0b74e45e29c97c9d8cd02a8cb9f7.tar.xz
glibc-fdc02996d41d0b74e45e29c97c9d8cd02a8cb9f7.zip
[BZ #2703]
2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
	[BZ #2703]
	* string/envz.c (envz_strip): Correct erroneously reversed src
	and dest parameters to memmove() invocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fca57dc90..c299adc3e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
+
+	[BZ #2703]
+	* string/envz.c (envz_strip): Correct erroneously reversed src
+	and dest parameters to memmove() invocation.
+
 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
 
 	* nscd/nscd.h (prune_cache): Add fd argument to prototype.