~oisf/suricata-daily-git-libhtp/libhtp

1
2
3
4
5
6
7
8
9
#!/bin/sh
# --gen-suppressions=all \
exec valgrind \
--suppressions=valgrind.supp \
--leak-check=full \
--show-reachable=yes \
--dsymutil=yes \
"$@"