diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-10-25 15:44:28 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-10-25 15:44:28 +0000 |
commit | 0c7168e259036d9c9e7571d5a3e2bfecde67c9bd (patch) | |
tree | d152d0038be847295db5b9807d3c8af238494ee9 /debug/valgrind-suppress | |
parent | On server, lock session username against changes in mid-session TLS (diff) | |
download | openvpn-0c7168e259036d9c9e7571d5a3e2bfecde67c9bd.tar.xz |
Change to doval valgrind script. The openvpn command parameter is now
implied, so new usage is:
./doval [openvpn parms]
instead of:
./doval ./openvpn [openvpn parms]
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5104 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'debug/valgrind-suppress')
-rw-r--r-- | debug/valgrind-suppress | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debug/valgrind-suppress b/debug/valgrind-suppress index b72d56d..d7de12f 100644 --- a/debug/valgrind-suppress +++ b/debug/valgrind-suppress @@ -1169,3 +1169,14 @@ fun:main } +{ + <insert a suppression name here> + Memcheck:Cond + fun:BN_mod_inverse +} + +{ + <insert a suppression name here> + Memcheck:Cond + fun:BN_div +} |