public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] splint 3.1.1 - Check C programs for security vulnerabilities
@ 2007-08-14 15:36 Jari Aalto
  2007-08-14 15:54 ` Mark Harig
  2007-08-15 15:55 ` Dr. Volker Zell
  0 siblings, 2 replies; 9+ messages in thread
From: Jari Aalto @ 2007-08-14 15:36 UTC (permalink / raw)
  To: cygwin-apps


Adopted from Elfyn McBratney

Jari

sdesc: "Check C programs for security vulnerabilities and programming
mistakes."
ldesc: "Splint does many of the traditional lint checks including
unused declarations, type inconsistencies, use before definition,
unreachable code, ignored return values, execution paths with no
return, likely infinite loops, and fall through cases. More powerful
checks are made possible by additional information given in source
code annotations. Annotations are stylized comments that document
assumptions about functions, variables, parameters and types. In
addition to the checks specifically enabled by annotations, many of
the traditional lint checks are improved by exploiting this additional
information."
category: Devel
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/splint/splint-3.1.1-2.tar.bz2 \
    http://cygwin.cante.net/splint/splint-3.1.1-2-src.tar.bz2 \
    http://cygwin.cante.net/splint/setup.hint

b) automated: get.sh displays further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir splint ; cd splint
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/splint/get.sh \
          http://cygwin.cante.net/splint/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-08-27 12:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-14 15:36 [ITA] splint 3.1.1 - Check C programs for security vulnerabilities Jari Aalto
2007-08-14 15:54 ` Mark Harig
2007-08-15 15:55 ` Dr. Volker Zell
2007-08-24 22:05   ` Jari Aalto
2007-08-26 10:08     ` [GTG] " Dr. Volker Zell
2007-08-27 12:26       ` Eric Blake
2007-08-26 14:53     ` idirectscm
2007-08-26 15:40       ` Jari Aalto
2007-08-27  8:31         ` Dr. Volker Zell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).