From: Paul Floyd Date: Sat, 11 Mar 2023 07:07:06 +0000 (+0100) Subject: regtest: update one expected after fixing realloc_size_zero_mismatch.cpp X-Git-Tag: VALGRIND_3_21_0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678b685c7b0d982a5a1142ff598ab0f2eab8e794;p=thirdparty%2Fvalgrind.git regtest: update one expected after fixing realloc_size_zero_mismatch.cpp --- diff --git a/memcheck/tests/realloc_size_zero_mismatch.stderr.exp b/memcheck/tests/realloc_size_zero_mismatch.stderr.exp index f7c535574b..141ab8b7ad 100644 --- a/memcheck/tests/realloc_size_zero_mismatch.stderr.exp +++ b/memcheck/tests/realloc_size_zero_mismatch.stderr.exp @@ -1,28 +1,28 @@ realloc() with size 0 at 0x........: realloc (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:15) + by 0x........: main (realloc_size_zero_mismatch.cpp:16) Address 0x........ is 0 bytes inside a block of size 1,024 alloc'd at 0x........: ...operator new[]... (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:11) + by 0x........: main (realloc_size_zero_mismatch.cpp:12) Mismatched free() / delete / delete [] at 0x........: realloc (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:15) + by 0x........: main (realloc_size_zero_mismatch.cpp:16) Address 0x........ is 0 bytes inside a block of size 1,024 alloc'd at 0x........: ...operator new[]... (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:11) + by 0x........: main (realloc_size_zero_mismatch.cpp:12) Mismatched free() / delete / delete [] at 0x........: ...operator delete[]... (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:25) + by 0x........: main (realloc_size_zero_mismatch.cpp:26) Address 0x........ is 0 bytes inside a block of size 1 alloc'd at 0x........: realloc (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:15) + by 0x........: main (realloc_size_zero_mismatch.cpp:16) Mismatched free() / delete / delete [] at 0x........: ...operator delete[]... (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:40) + by 0x........: main (realloc_size_zero_mismatch.cpp:41) Address 0x........ is 0 bytes after a block of size 0 alloc'd at 0x........: realloc (vg_replace_malloc.c:...) - by 0x........: main (realloc_size_zero_mismatch.cpp:30) + by 0x........: main (realloc_size_zero_mismatch.cpp:31)