]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When truncating long lines in the output file, make sure they end with a
authorNicholas Nethercote <njn@valgrind.org>
Sun, 20 Jan 2008 23:30:30 +0000 (23:30 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 20 Jan 2008 23:30:30 +0000 (23:30 +0000)
commit0026d78f3536d07d9cca1554805ba710ce181df2
tree1763196c73f96dd6b9b3f5b39dfc6a6208cda676
parentb36dc3bc7b4652c5b9cdaf4c47e5f0ba6c6d989d
When truncating long lines in the output file, make sure they end with a
newline.  Fixes bug #155929.

MERGED FROM TRUNK (r7355)

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@7356
massif/ms_main.c
massif/tests/Makefile.am
massif/tests/long-names.c [new file with mode: 0644]
massif/tests/long-names.post.exp [new file with mode: 0644]
massif/tests/long-names.stderr.exp [new file with mode: 0644]
massif/tests/long-names.vgtest [new file with mode: 0644]