summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0cf9c06)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Then in a third
ping -I secnet-test-i 172.18.232.2
Then in a third
ping -I secnet-test-i 172.18.232.2
+For running under valgrind memcheck, do something like this:
+ valgrind --num-callers=40 --gen-suppressions=yes --db-attach=yes \
+ --leak-check=full --suppressions=test-example/memcheck.suppressions \
+ ./secnet -dvnc test-example/outside.conf
+NB that --num-callers is needed as secnet's stack can be deep.
--- /dev/null
+{
+ secnet_read_conffile
+ Memcheck:Leak
+ ...
+ fun:read_conffile
+ fun:main
+}
+{
+ secnet_enter_phase
+ Memcheck:Leak
+ ...
+ fun:enter_phase
+ fun:main
+}