pscan 1.2-9 source package in Ubuntu

Changelog

pscan (1.2-9) unstable; urgency=low

  * Standards-Version: 3.8.0.
    + debian/control: Add Homepage field.
  * debian/copyright:
    + Convert to machine-readable format.
    + Update author's email address.
    + Fix broken upstream website URL (Closes: #454404).
  * Fix "push_stack: Assertion `stack_index < 8192'" (Closes: #436794).
    Thanks Elliott Hughes <email address hidden> for the patch.
  * Rework manpage a bit to fix cosmetics and prevent lintian errors.
  * debian/watch: Add dummy file to silence lintian.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  05 Nov 2008 10:46:18 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Uwe Hermann
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc
Trusty release universe misc
Precise release universe misc

Downloads

File Size SHA-256 Checksum
pscan_1.2.orig.tar.gz 14.2 KiB 0f3a9f5b91ddba5363d77734a717f541260b2154c964b9ce63511b3ff50272ee
pscan_1.2-9.diff.gz 5.7 KiB b3cb7b3f517738eca4b795be3f6d5c3ad5ec40d45215d72ee7df0d397eaff727
pscan_1.2-9.dsc 958 bytes 31ca40e8d34f6fcb58a153f9cc9e4eabf4812ec479be10065ce61a41cc631cf8

Available diffs

View changes file

Binary packages built by this source

pscan: Format string security checker for C files

 pscan is a program which scans C source files for
 common function abuses, which often lead to security problems.
 .
 Functions which use variadic arguments will be flagged if they
 appear to contain user-controlled input.
 .
 It is a useful tool for those performing source code audits.

pscan-dbgsym: debug symbols for pscan