mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Improve code security posture by replacing sprintf with a safer function.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user