Show
Ignore:
Timestamp:
06/08/09 21:12:46 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
bae014d9f22e13f6115d53d154e6489f20ae00e4
Parents:
5987af1b79b0c1fbd4aa9d30a53ec6879853ece3
git-committer:
Neutron Soutmun <neo.neutron@…> (06/08/09 21:12:46)
Message:

Follow the flawfinder guideline

  • Reduce the vulnerability code by follow the advice of flawfinder.
  • Just finish one of the TODO lists.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/rahunasd.c

    raace70f r927d0c7  
    366366  } 
    367367 
    368   sprintf(version, "Starting %s - Version %s", PROGRAM, RAHUNAS_VERSION); 
     368  snprintf(version, sizeof (version), "Starting %s - Version %s", PROGRAM,  
     369           RAHUNAS_VERSION); 
    369370  logmsg(RH_LOG_NORMAL, version); 
    370371