chore(memcheck.supp): add suppressions for LuaJIT bugs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e96fe9b6e6
commit
126c45626c
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue