chore(memcheck.supp): hide another false positive at luajit
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2c65fdb346
commit
5af648030d
1 changed files with 12 additions and 0 deletions
|
@ -157,6 +157,17 @@
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
# This entry suppresses a known false positive in luajit 2.0
|
||||||
|
LuaJIT_Bug3
|
||||||
|
Memcheck:Addr4
|
||||||
|
obj:*luajit-5.1*
|
||||||
|
fun:lua_pushstring
|
||||||
|
...
|
||||||
|
fun:lua_pcall
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
|
# This entry Suppresses memory leaks at awk. We use awk at doc/lua/test.sh and doc/lua/test_single.sh
|
||||||
AWK_Bug1
|
AWK_Bug1
|
||||||
|
@ -166,3 +177,4 @@
|
||||||
...
|
...
|
||||||
fun:(below main)
|
fun:(below main)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue