about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>2011-12-23 12:02:15 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-23 12:02:15 -0500
commit15db4de19dc0043c25ff6a205bfbc25a180b1c48 (patch)
treecc9e4135e4c8a50e4b8512c1fc252b4eeda52713 /ChangeLog
parent2b2596b1e94d9d51bd8febe81b759fa45a62e3cb (diff)
downloadglibc-15db4de19dc0043c25ff6a205bfbc25a180b1c48.tar.gz
glibc-15db4de19dc0043c25ff6a205bfbc25a180b1c48.tar.xz
glibc-15db4de19dc0043c25ff6a205bfbc25a180b1c48.zip
Fix overrun in destination buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a883f9386a..2eed1151fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
+
+	[BZ #13540]
+	* sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix bug.
+	Fix overrun in destination buffer.
+	* sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
+
 2011-12-23  Marek Polacek  <polacek@redhat.com>
 
 	* elf/dl-addr.c (determine_info): Add inline keyword.
@@ -13,6 +20,7 @@
 
 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
 
+	[BZ #13540]
 	* sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
 	processing for last bytes.