https://bugs.kde.org/show_bug.cgi?id=390866
Bug ID: 390866
Summary: "at" is doubled in "Block was alloc'd at"
Product: valgrind
Version: 3.13.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
For example memcheck/tests/doublefree.stderr.exp:
| Invalid free() / delete / delete[] / realloc()
| at 0x........: free (vg_replace_malloc.c:...)
| by 0x........: main (doublefree.c:10)
| Address 0x........ is 0 bytes inside a block of size 177 free'd
| at 0x........: free (vg_replace_malloc.c:...)
| by 0x........: main (doublefree.c:10)
| Block was alloc'd at
| at 0x........: malloc (vg_replace_malloc.c:...)
| by 0x........: main (doublefree.c:8)
reads as:
- "Invalid free() / delete / delete[] / realloc() at […] by […]"
- "Address 0x........ is 0 bytes inside a block of size 177 free'd at […] by
[…]"
- "Block was alloc'd at at (sic!) […] by […]"
The "at" at the end of "Block was alloc'd at" should (probably, haven't tested
what side effects that'd have) be removed.
--
You are receiving this mail because:
You are watching all bug changes.