Skip to content

Commit d7e43b9

Browse files
committed
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
1 parent d95da35 commit d7e43b9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

valgrind.suppress

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Addr4
4-
fun:lj_str_new
5-
fun:lua_setfield
6-
fun:ngx_http_lua_cache_store_code
7-
}
8-
{
9-
<insert_a_suppression_name_here>
10-
Memcheck:Addr4
11-
fun:lj_str_new
12-
fun:lua_getfield
13-
fun:ngx_http_lua_cache_load_code
14-
}
151
{
162
<insert_a_suppression_name_here>
173
Memcheck:Param

0 commit comments

Comments
 (0)