]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix for the following:
authorJulian Seward <jseward@acm.org>
Wed, 21 Aug 2002 22:29:14 +0000 (22:29 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 21 Aug 2002 22:29:14 +0000 (22:29 +0000)
commit0cb50c90f7c017221bed9a0f1a33b2f6f73292f5
tree9dbe2951aa7d09ec6f69a4ee0f101bd4e80f0e17
parent2acaf987eb8e23cbc489d14613b32f152465eb26
Fix for the following:
vg_mylibc:VG_(strncpy)() behaves dubiously -- it can write a
'\0' past the end of the given array.

Possibly accounting for some strange behaviour in the g++3 demangler?

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@613
vg_mylibc.c