chore(memcheck.supp): hide another false positive at luajit

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-25 10:07:40 -08:00
parent 2c65fdb346
commit 5af648030d

View file

@ -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
AWK_Bug1
@ -166,3 +177,4 @@
...
fun:(below main)
}