chore(memcheck): make the suppression entries for LuaJIT more general
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e7552d35e0
commit
1cb0262ec5
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@
|
||||||
# This entry suppresses the warning caused by a bug in luajit 2.0
|
# This entry suppresses the warning caused by a bug in luajit 2.0
|
||||||
LuaJIT_Bug1
|
LuaJIT_Bug1
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
obj:/usr/local/lib/libluajit-5.1.so.2.0.2
|
obj:*luajit-5.1*
|
||||||
...
|
...
|
||||||
fun:lua_pcall
|
fun:lua_pcall
|
||||||
...
|
...
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
# This entry suppresses the warning caused by a bug in luajit 2.0
|
# This entry suppresses the warning caused by a bug in luajit 2.0
|
||||||
LuaJIT_Bug2
|
LuaJIT_Bug2
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
obj:/usr/local/lib/libluajit-5.1.so.2.0.2
|
obj:*luajit-5.1*
|
||||||
...
|
...
|
||||||
fun:luaL_checklstring
|
fun:luaL_checklstring
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue