core: (fixes #2766) Modify int64x64 log to avoid stack overflow

This commit is contained in:
Peter D. Barnes, Jr.
2017-11-03 17:05:40 -07:00
parent 05f53a6c61
commit 9280ea4a36
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ Bugs fixed
----------
- Bug 2505 - network: Avoid asserts in Header/Trailer deserialization
- Bug 2764 - wifi: WifiSpectrumModelId doesn't distinguish 11ax from legacy
- Bug 2766 - core: Modify logging for int64x64 to avoid stack overflow
Known issues
------------

View File

@@ -37,7 +37,7 @@ namespace ns3 {
// Note: Logging in this file is largely avoided due to the
// number of calls that are made to these functions and the possibility
// of causing recursions leading to stack overflow
NS_LOG_COMPONENT_DEFINE ("int64x64");
NS_LOG_COMPONENT_DEFINE_MASK ("int64x64", LOG_PREFIX_TIME);
/**
* \ingroup highprec