Skip to content

Commit

Permalink
updated valgrind.suppress.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 20, 2012
1 parent 5d4c1f8 commit 84af300
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,23 @@
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_str_new
fun:lua_pushlstring
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_cache_store_code
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
}
{ {
<insert_a_suppression_name_here> <insert_a_suppression_name_here>
Memcheck:Cond Memcheck:Cond
Expand Down

0 comments on commit 84af300

Please sign in to comment.