site.c: Make sure there's enough buffer space for the signature terminator.
[secnet] / test-example / memcheck.suppressions
1 {
2 secnet_read_conffile
3 Memcheck:Leak
4 ...
5 fun:read_conffile
6 fun:main
7 }
8 {
9 secnet_enter_phase
10 Memcheck:Leak
11 ...
12 fun:enter_phase
13 fun:main
14 }