From 09f073d393ea29c9ad22b72491e0cf97da058c1c Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 12 May 2013 21:04:25 -0400 Subject: [PATCH] Added blurb on Coverity to the ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b15b447..2671927f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,14 @@ fwknop-2.5 (//2013): engine. If a vulnerability is discovered in OpenSSL and a change is made, then the --enable-openssl-checks mode will allow the test suite to discover this in a automated fashion for fwknop. + - The fwknop project is using Coverity for source code validation (in + addition to other tools such as the CLANG static analyzer). Many bugs + have been fixed in this release that were discovered by Coverity. These + bugs spanned multiple classes of problems from memory leaks, improper use + of sizeof(), potential double-free conditions, and more. Full details on + these fixes are available in the git history. Any open source project + that is written in a language supported by Coverity would benefit highly + from participating. - [test suite] Changed how the test suite interacts with the fwknop client and server by looking for indications that SPA packets are actually received. This is done by first waiting for 'main event loop' in fwknopd