Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/valgrindFiles/testLinkedDoubleClickFile/template_valgrind_1354.txt')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/valgrindFiles/testLinkedDoubleClickFile/template_valgrind_1354.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/valgrindFiles/testLinkedDoubleClickFile/template_valgrind_1354.txt b/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/valgrindFiles/testLinkedDoubleClickFile/template_valgrind_1354.txt
new file mode 100644
index 0000000000..8ab48fb4d0
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.memcheck.tests/valgrindFiles/testLinkedDoubleClickFile/template_valgrind_1354.txt
@@ -0,0 +1,16 @@
+==1354== Invalid read of size 1
+==1354== at 0x4004E2: main (test.c:16)
+==1354== Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
+==1354== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1354== by 0x4004D5: main (test.c:15)
+==1354==
+==1354== Invalid write of size 1
+==1354== at 0x4004F3: main (test.c:17)
+==1354== Address 0x4c2104a is 0 bytes after a block of size 10 alloc'd
+==1354== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1354== by 0x4004D5: main (test.c:15)
+==1354==
+==1354== 10 bytes in 1 blocks are definitely lost in loss record 1 of 1
+==1354== at 0x4A05E5D: malloc (vg_replace_malloc.c:195)
+==1354== by 0x4004D5: main (test.c:15)
+==1354==

Back to the top