mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Bug 434296 addresses memcheck false positives with the vector string instructions VISTR, VSTRC, VFAE, VFEE, and VFENE. Add test cases that verify the fix for that bug. Without the fix, memcheck yields many complains with these tests, most of which are false positives.
21 lines
605 B
Plaintext
21 lines
605 B
Plaintext
Use of uninitialised value of size 8
|
|
at 0x........: test_vstrc_char (vstrc.c:43)
|
|
by 0x........: main (vstrc.c:68)
|
|
|
|
Use of uninitialised value of size 8
|
|
at 0x........: test_vstrc_char (vstrc.c:47)
|
|
by 0x........: main (vstrc.c:68)
|
|
|
|
Use of uninitialised value of size 8
|
|
at 0x........: test_vstrc_char (vstrc.c:43)
|
|
by 0x........: main (vstrc.c:85)
|
|
|
|
Use of uninitialised value of size 8
|
|
at 0x........: test_vstrc_char (vstrc.c:47)
|
|
by 0x........: main (vstrc.c:85)
|
|
|
|
Use of uninitialised value of size 8
|
|
at 0x........: test_vstrc_char (vstrc.c:47)
|
|
by 0x........: main (vstrc.c:89)
|
|
|