From: Michael Rash Date: Tue, 10 Jul 2012 02:39:13 +0000 (-0400) Subject: added valgrind parsing note X-Git-Tag: fwknop-2.0.1-pre2~1 X-Git-Url: http://www.cipherdyne.com/cgi-bin/gitweb.cgi?p=fwknop.git;a=commitdiff_plain;h=2f9368b4d9ca9513aa1280a47f7ac9f872b2b9ac added valgrind parsing note --- diff --git a/ChangeLog b/ChangeLog index f774ff8..30791fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ fwknop-2.0.1 (07//2012): digest would already be there. - Bug fix for PF firewalls: updated the PF anchor check to not rely on listing the PF policy - use 'pfctl -s Anchor' instead. + - [test suite] Added parsing of valgrind output to produce a listing of + functions that have been flagged - this assists in the development + process to ensure that fwknop is not leaking memory. - Minor gcc warning fix: fko_decode.c:43:17: warning: variable ‘edata_size’ set but not used [-Wunused-but-set-variable].