Closed lempire123 closed 1 year ago
In engine-standalone-tracing, calling Depth::decrement()on value of 0 will cause unhandled panic.
engine-standalone-tracing
Depth::decrement()
Given Depth is of u32 type, decrementing it into negative will trigger panic, stopping execution of the executable.
Depth
u32
In
engine-standalone-tracing
, callingDepth::decrement()
on value of 0 will cause unhandled panic.Given
Depth
is ofu32
type, decrementing it into negative will trigger panic, stopping execution of the executable.