mirror of https://github.com/ArduPilot/ardupilot
Valgrind: add supressions file and .valgrindrc using it
This commit is contained in:
parent
10da6d553c
commit
9d6df7d542
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
<linux-stack-poisoning>
|
||||||
|
Memcheck:Addr4
|
||||||
|
fun:_ZN5Linux6Thread13_poison_stackEv
|
||||||
|
fun:_ZN5Linux6Thread15_run_trampolineEPv
|
||||||
|
fun:start_thread
|
||||||
|
fun:clone
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
--suppressions=.valgrind-suppressions
|
Loading…
Reference in New Issue