diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 17:05:43 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 17:05:43 -0400 |
| commit | f3ad05347e55de2fd2a500464acde0979df9941f (patch) | |
| tree | 57376b3114e193201dcfe2d08ef2a5bdb693ad30 /node/Demarc.hpp | |
| parent | 1a7e303f97507842c1a0bfffb27b76277bd43bab (diff) | |
| download | infinitytier-f3ad05347e55de2fd2a500464acde0979df9941f.tar.gz infinitytier-f3ad05347e55de2fd2a500464acde0979df9941f.zip | |
Improve code security posture by replacing sprintf with a safer function.
Diffstat (limited to 'node/Demarc.hpp')
| -rw-r--r-- | node/Demarc.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
