Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
9223372036854775807
Description
Some code consistency checks are being done at runtime with LASSERT() when they could be done at compile time with CLASSERT(). This might miss defects introduced into the code if that particular code path is not exercised during testing.