You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LedgerMetrics.LatestTrieRegCountDiff(number uint64) and LatestTrieMaxDepthDiff(number uint64) are called with an expression that subtracts one uint64 from another uint64.
Subtracting one uint64 from another uint64 overflows when the subtracted value is larger.
What is the severity of this bug?
TBD
Additional context
This bug was found during PR resolving issues #1747 and #1748.
The text was updated successfully, but these errors were encountered:
fxamacker
changed the title
[Execution State] LedgerMetrics.LatestTrieRegCountDiff(number uint64) can be called with overflowed value
[Execution State] LedgerMetrics.LatestTrieRegCountDiff() and LatestTrieMaxDepthDiff() can be called with overflowed value
Mar 2, 2022
🐞 Bug Report
LedgerMetrics.LatestTrieRegCountDiff(number uint64) and LatestTrieMaxDepthDiff(number uint64) are called with an expression that subtracts one uint64 from another uint64.
Subtracting one uint64 from another uint64 overflows when the subtracted value is larger.
What is the severity of this bug?
TBD
Additional context
This bug was found during PR resolving issues #1747 and #1748.
The text was updated successfully, but these errors were encountered: