Skip to content

Commit

Permalink
Fix overrun in destination buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Dmitrieva authored and Ulrich Drepper committed Dec 23, 2011
1 parent 2b2596b commit 15db4de
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 508 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.

Expand Down
Loading

0 comments on commit 15db4de

Please sign in to comment.