mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
tests: Suppress valgrind FP's caused by Rust std library hack
See: - https://github.com/fede1024/rust-rdkafka/blob/master/rdkafka.suppressions - https://sourceware.org/git/?p=valgrind.git;a=commit;h=2a7d3ae768f9e5b29acd5cb743c3fb13640a391c
This commit is contained in:
parent
dda0a70d90
commit
5691d57ff2
1 changed files with 18 additions and 0 deletions
|
@ -314,3 +314,21 @@
|
|||
fun:recvloop
|
||||
fun:main
|
||||
}
|
||||
{
|
||||
rust_statx_hack-unaddressable_bytes
|
||||
Memcheck:Param
|
||||
statx(file_name)
|
||||
fun:statx
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx17h3116b93d19baec3cE
|
||||
...
|
||||
}
|
||||
{
|
||||
rust_statx_hack-unaddressable_bytes2
|
||||
Memcheck:Param
|
||||
statx(buf)
|
||||
fun:statx
|
||||
fun:statx
|
||||
fun:_ZN3std3sys4unix2fs9try_statx17h3116b93d19baec3cE
|
||||
...
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue