chore(memcheck.supp): add suppressions for LuaJIT bugs

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-12 18:52:03 -08:00
parent e96fe9b6e6
commit 126c45626c

View file

@ -116,3 +116,22 @@
...
}
{
# This entry suppresses the warning caused by a bug in luajit 2.0
LuaJIT_Bug1
Memcheck:Cond
obj:/usr/local/lib/libluajit-5.1.so.2.0.2
...
fun:lua_pcall
...
}
{
# This entry suppresses the warning caused by a bug in luajit 2.0
LuaJIT_Bug2
Memcheck:Cond
obj:/usr/local/lib/libluajit-5.1.so.2.0.2
...
fun:luaL_checklstring
...
}