mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
regtest: update sized_aligned_new_delete_args expected
Don't quite understand how I managed to generate the original expected.
This commit is contained in:
parent
d4affb0ab7
commit
e29bf11d87
@ -6,6 +6,10 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: operator new(unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
|
||||
by 0x........: main (sized_aligned_new_delete_args.cpp:16)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: operator delete(void*, std::align_val_t) (vg_replace_malloc.c:...)
|
||||
by 0x........: main (sized_aligned_new_delete_args.cpp:17)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: operator new[](unsigned long, std::align_val_t) (vg_replace_malloc.c:...)
|
||||
by 0x........: main (sized_aligned_new_delete_args.cpp:19)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user