Improve code security posture by replacing sprintf with a safer function.

This commit is contained in:
Adam Ierymenko 2013-08-30 17:05:43 -04:00
parent 1a7e303f97
commit f3ad05347e
16 changed files with 75 additions and 69 deletions

View file

@ -83,8 +83,7 @@ public:
* @param p Port
* @return Human-readable description of port
*/
static std::string describe(Port p)
throw();
static std::string describe(Port p);
/**
* @param p Port to check