mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
On powerpc partial unaligned loads of words from partially invalid addresses are OK and could be generated by our translation of ldbrx. Adjust partial_load memcheck tests to allow partial loads of words on powerpc64. Part of resolving bug #386945.
24 lines
766 B
Plaintext
24 lines
766 B
Plaintext
|
|
powerpc64
|
|
Invalid read of size 2
|
|
at 0x........: main (partial_load.c:30)
|
|
Address 0x........ is 0 bytes inside a block of size 1 alloc'd
|
|
at 0x........: calloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (partial_load.c:28)
|
|
|
|
Invalid read of size 8
|
|
at 0x........: main (partial_load.c:37)
|
|
Address 0x........ is 0 bytes inside a block of size 8 free'd
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (partial_load.c:36)
|
|
|
|
|
|
HEAP SUMMARY:
|
|
in use at exit: ... bytes in ... blocks
|
|
total heap usage: ... allocs, ... frees, ... bytes allocated
|
|
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
|
|
For counts of detected and suppressed errors, rerun with: -v
|
|
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|