From 85ed86f2c036c3bdaa6b7539bca6905435fca928 Mon Sep 17 00:00:00 2001 From: dwheeler Date: Tue, 16 Jan 2007 23:28:20 +0000 Subject: [PATCH] Note in ChangeLog that we've fixed the divide-by-zero when no code found git-svn-id: svn+ssh://svn.code.sf.net/p/flawfinder/code/trunk@16 5c01084b-1f27-0410-9f85-80411afe95dc --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ca8123a..bd08a07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,8 @@ (this makes it work nicely with many SCM systems). Added "--followdotdir" option if you WANT it to enter such directories. + * Fixed divide-by-zero when no code found (not exactly common + in normal use, but anyway!) 2004-06-15 David A. Wheeler * Released version 1.26.