chore(memcheck.supp): generalize Memcheck:Addr4 suppression for LuaJIT, there many warnings of this kind

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-12-12 09:24:15 -08:00
parent 98f5ce0512
commit 6ed62247b0

View file

@ -162,18 +162,6 @@
LuaJIT_Bug3
Memcheck:Addr4
obj:*luajit-5.1*
fun:lua_pushstring
...
fun:lua_pcall
...
}
{
# This entry suppresses a false positive in luajit 2.0
LuaJIT_Bug4
Memcheck:Addr4
obj:*luajit-5.1*
fun:lua_getfield
...
}