mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
The test succeeds on amd64, but fails on x86, with the following diff: +Syscall param semctl(arg) points to uninitialised byte(s) + at 0x........: semctl@@GLIBC_2.2 (semctl.c:109) + by 0x........: main (sem.c:36) + Address 0x........ is on thread 1's stack + +Syscall param semctl(arg) points to uninitialised byte(s) + at 0x........: semctl@@GLIBC_2.2 (semctl.c:109) + by 0x........: main (sem.c:43) + Address 0x........ is on thread 1's stack + git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13073
2 lines
27 B
Plaintext
2 lines
27 B
Plaintext
prog: ../../none/tests/sem
|