diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /openvpn/debug/doval |
Initial import
Diffstat (limited to 'openvpn/debug/doval')
-rwxr-xr-x | openvpn/debug/doval | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openvpn/debug/doval b/openvpn/debug/doval new file mode 100755 index 00000000..e2155107 --- /dev/null +++ b/openvpn/debug/doval @@ -0,0 +1,4 @@ +#!/bin/bash +PROGDIR=`dirname $0` +unset LD_LIBRARY_PATH +valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@" |