SSCC or Secure Source Checker for C: by faxrazor

Although C is one of the most powerful languages available it also has the downfall of being
susceptible to buffer overflows.  These buffer overflows can be exploited allowing an 
intruder to execute arbitary commands on your system.  To stop buffer overflows you simply
have to stay away from a number of dangerous functions and be sure not to copy data from 
user input into a static char.  Who has time to go back through thousands of lines of code
searching for these functions that may make your program insecure?  Run SSCC and then simply
edit the lines if need be.

SSCC currently searches for gets, strcpy, strcat, sprintf, fscanf,scanf,vsprintf,realpath,
getopt,getpass,streadd,strecpy,strtrns, and a few others such as use of getenv which
can sometimes be dangerous.

for any comments or problems with this program please email faxrazor@fastmail.ca
thanks 
