Skip to content

Commit

Permalink
Update to 1.24:
Browse files Browse the repository at this point in the history
2003-10-29 David A. Wheeler
        * Fixed an incredibly obscure parsing error that caused some
          false positives.  If a constant C string, after the closing
          double-quote, is followed by a \ and newline (instead of a comma),
          the string might not be recognized as a constant string
          (thus triggering warnings about non-constant values in some cases).
          This kind of formatting is quite ugly and rare.
          My thanks to Sascha Nitsch (sascha, at spsn.ath.cx) for pointing
          this bug out and giving me a test case to work with.
        * Added a warning for readlink.  The implementation and warning
          are mine, but the idea of warning about readlink came from
           Stefan Kost (kost, at imn.htwk-leipzig.de).  Thanks!!

2003-09-27 David A. Wheeler
        * Released version 1.23.  Minor bugfixes.

2003-09-27 David A. Wheeler
        * Fixed subtle bug - in some circumstances single character constants
          wouldn't be parsed correctly.  My thanks to Scott Renfro
          <scottdonotspam, at renfro.org> for notifying me about this bug.
          Scott Renfro also sent me a patch; I didn't use it
          (the patch didn't handle other cases), but I'm grateful since it
          illustrated the problem.
        * Fixed documentation bug in man page.
          The option "--minlevel=X" must be preceded by two dashes,
          as are all GNU-style long options. The man page accidentally only
          had one dash in the summary (it was correct elsewhere); it now
          correctly shows both dashes.
        * Modified man page to list filename extensions that are
          interpreted as C/C++.
        * Removed index.html from distribution - it's really only for the
          website.
  • Loading branch information
0-wiz-0 committed Feb 14, 2004
1 parent 9ae3d02 commit eeb4a8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions security/flawfinder/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:08 martti Exp $
# $NetBSD: Makefile,v 1.8 2004/02/14 14:21:17 wiz Exp $
#

DISTNAME= flawfinder-1.22
DISTNAME= flawfinder-1.24
CATEGORIES= security devel
MASTER_SITES= http://www.dwheeler.com/flawfinder/

Expand Down
6 changes: 3 additions & 3 deletions security/flawfinder/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.3 2003/03/09 18:11:05 wiz Exp $
$NetBSD: distinfo,v 1.4 2004/02/14 14:21:17 wiz Exp $

SHA1 (flawfinder-1.22.tar.gz) = 55ef373f05e1c0f759b7e9689bb90218c4aa504c
Size (flawfinder-1.22.tar.gz) = 95670 bytes
SHA1 (flawfinder-1.24.tar.gz) = 600e59a113327ad54875ed8a657146613bd59013
Size (flawfinder-1.24.tar.gz) = 97222 bytes

0 comments on commit eeb4a8a

Please sign in to comment.