From f3ad05347e55de2fd2a500464acde0979df9941f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Aug 2013 17:05:43 -0400 Subject: Improve code security posture by replacing sprintf with a safer function. --- node/Demarc.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node/Demarc.hpp') diff --git a/node/Demarc.hpp b/node/Demarc.hpp index 670e5b0a..79db26d5 100644 --- a/node/Demarc.hpp +++ b/node/Demarc.hpp @@ -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 -- cgit v1.2.3