mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Add filter to memcheck/tests/freebsd/fexecve for the size
Different size on x86 was causing a failure
This commit is contained in:
parent
6c91d2d4ee
commit
d6cdc6e523
@ -5,14 +5,14 @@ Syscall param fexecve(fd) contains uninitialised byte(s)
|
||||
Syscall param fexecve(argv) points to uninitialised byte(s)
|
||||
at 0x........: fexecve (in /...libc...)
|
||||
by 0x........: main (fexecve.c:29)
|
||||
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
|
||||
Address 0x........ is 0 bytes inside a block of size ... alloc'd
|
||||
at 0x........: malloc (vg_replace_malloc.c:...)
|
||||
by 0x........: main (fexecve.c:17)
|
||||
|
||||
Syscall param fexecve(envp) points to uninitialised byte(s)
|
||||
at 0x........: fexecve (in /...libc...)
|
||||
by 0x........: main (fexecve.c:29)
|
||||
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
|
||||
Address 0x........ is 0 bytes inside a block of size ... alloc'd
|
||||
at 0x........: malloc (vg_replace_malloc.c:...)
|
||||
by 0x........: main (fexecve.c:18)
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
prog: fexecve
|
||||
vgopts: -q
|
||||
stderr_filter: ../filter_dw4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user