diff options
Diffstat (limited to 'node/Network.cpp')
| -rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index fc52e6d7..b66cc3b5 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -140,7 +140,7 @@ SharedPtr<Network> Network::newInstance(const RuntimeEnvironment *renv,uint64_t throw(std::runtime_error) { char tag[32]; - sprintf(tag,"%.16llx",(unsigned long long)id); + Utils::snprintf(tag,sizeof(tag),"%.16llx",(unsigned long long)id); // We construct Network via a static method to ensure that it is immediately // wrapped in a SharedPtr<>. Otherwise if there is traffic on the Ethernet |
