|
From: Nicholas N. <nj...@cs...> - 2005-03-11 03:59:37
|
CVS commit by nethercote: Fix line numbers in example. M +4 -4 valgrind-quick-start 1.6 --- devel-home/valgrind/valgrind-quick-start #1.5:1.6 @@ -58,10 +58,10 @@ ==19182== Invalid write of size 4 - ==19182== at 0x804838F: f (example.c:8) - ==19182== by 0x80483AB: main (example.c:14) + ==19182== at 0x804838F: f (example.c:5) + ==19182== by 0x80483AB: main (example.c:11) ==19182== Address 0x1BA45050 is 0 bytes after a block of size 40 alloc'd ==19182== at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130) - ==19182== by 0x8048385: f (example.c:7) - ==19182== by 0x80483AB: main (example.c:14) + ==19182== by 0x8048385: f (example.c:6) + ==19182== by 0x80483AB: main (example.c:11) Things to notice: |