Add filter to memcheck/tests/freebsd/fexecve for the size

Different size on x86 was causing a failure
This commit is contained in:
Paul Floyd 2022-04-03 21:28:24 +02:00
parent 6c91d2d4ee
commit d6cdc6e523
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -1,2 +1,3 @@
prog: fexecve
vgopts: -q
stderr_filter: ../filter_dw4