mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
valgrind: statx() suppression improvements
Reduce rule strictness for variants that appeared on centos 7
This commit is contained in:
parent
d8f06806e4
commit
a549e1fd90
1 changed files with 23 additions and 5 deletions
|
@ -315,20 +315,38 @@
|
|||
fun:main
|
||||
}
|
||||
{
|
||||
rust_statx_hack-unaddressable_bytes
|
||||
<statx1>
|
||||
Memcheck:Param
|
||||
statx(file_name)
|
||||
fun:statx
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx17h3116b93d19baec3cE
|
||||
fun:_ZN3std3sys4unix2fs9try_statx*
|
||||
...
|
||||
}
|
||||
{
|
||||
rust_statx_hack-unaddressable_bytes2
|
||||
<statx2>
|
||||
Memcheck:Param
|
||||
statx(buf)
|
||||
fun:statx
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx17h3116b93d19baec3cE
|
||||
fun:_ZN3std3sys4unix2fs9try_statx*
|
||||
...
|
||||
}
|
||||
{
|
||||
<statx3>
|
||||
Memcheck:Param
|
||||
statx(file_name)
|
||||
fun:syscall
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx*
|
||||
...
|
||||
}
|
||||
{
|
||||
<statx4>
|
||||
Memcheck:Param
|
||||
statx(buf)
|
||||
fun:syscall
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx*
|
||||
...
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue