mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
Having a list of very targeted suppressions allows us to still run the majority of tests with valgrind checking, and not fail when Rust does some trickery. This is for example the case with `std::sync::Once` which uses `num_procs` calling out to the cgroups subsystem, sometimes with a null path. Suggested-by: Rusty Russell <@rustyrussell>
14 lines
192 B
Text
14 lines
192 B
Text
{
|
|
rust__std_sync_once__try_statx_01
|
|
Memcheck:Param
|
|
statx(buf)
|
|
fun:statx
|
|
...
|
|
}
|
|
{
|
|
rust__std_sync_once__try_statx_02
|
|
Memcheck:Param
|
|
statx(file_name)
|
|
fun:statx
|
|
...
|
|
}
|