diff options
author | cjs <cjs> | 2002-08-06 01:36:59 +0000 |
---|---|---|
committer | cjs <cjs> | 2002-08-06 01:36:59 +0000 |
commit | 94250aa115e66d1cf5ca53ff6ee480b369ae7050 (patch) | |
tree | 3303cfac5d1a0033bf64487e35e61656faefb58b /audio/arts | |
parent | fbec84ffcd6f49b77bb655fd7be7d499807c8f3c (diff) | |
download | pkgsrc-94250aa115e66d1cf5ca53ff6ee480b369ae7050.tar.gz |
PScan is a C source code security scanner, which looks for misuse of
libc functions which use varargs and printf-style formatting
operators. In many situations these can cause security vulnerabilities
in the application if it runs with privileges (setugid, or listening
to a network socket, etc).
An example of the kind of situation pscan looks for is the following:
variable = "%s"; /* or malicious user input */
sprintf(buffer, variable); /* BAD! */
WWW: http://www.striker.ottawa.on.ca/~aland/pscan/
Diffstat (limited to 'audio/arts')
0 files changed, 0 insertions, 0 deletions