notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/cppcheck/files/patch-Makefile
SVNWeb

Number of commits found: 4

Wed, 16 Jan 2013
[ 18:05 bf search for other commits by this committer ] Original commit   Revision:310506
update to 1.58; sort some assignments; shorten a long line;
trim Makefile header; fix header search order; make it possible
to build a slim version with minimal dependencies
Sun, 11 Dec 2011
[ 05:44 bf search for other commits by this committer ] Original commit 
update to 1.52; don't build or install the manpage if
NOPORTDOCS is defined

Feature safe:   yes
Tue, 8 Feb 2011
[ 01:03 bf search for other commits by this committer ] Original commit 
Update to 1.47

Approved by:    makc, miwi (mentors, implicit)
Feature safe:   yes
Fri, 6 Mar 2009
[ 19:53 pgj search for other commits by this committer ] Original commit 
Cppcheck is a tool for static C/C++ code analysis, and it tries to
detect bugs that your compiler do not see.  Checks for: memory leaks,
mismatching allocation-deallocation, buffer overrun, and many more.

Cppcheck is versatile.  You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.

The goal is no false positives.

WWW: http://sourceforge.net/projects/cppcheck

Approved by:    tabthorpe

Number of commits found: 4