pscan man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

pscan(1)							      pscan(1)

NAME
       pscan - Format string security checker for C source code

SYNOPSIS
       pscan  [options] pscan is a source code analysis tool which is designed
       to highlight potentially dangerous uses of variadic functions  such  as
       "printf", "syslog", etc.

DETAILS
	 The  scan  works by looking for a one of a list of problem functions,
       and applying the following rule:
	 IF the last parameter of the function is the format string,
	 AND the format string is NOT a static string,
	 THEN complain.

LIMITATIONS
	 The code will not report on some potention buffer overflows,  because
       that is not its goal.  For example the following code is potential dan‐
       gerous:
	 sprintf( static_buffer, "%s/.foorc", getenv("HOME") );
	 This code could cause an issue as there  is  no  immediately  obvious
       bounds  checking.  However this is a safe usages with regards to format
       strings.

RETURN VALUES
	 If there are any errors found, pscan exits with status 1.

AUTHOR Alan DeKok <;aland@ox.org>
GNU								      pscan(1)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net