-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
Fully Compatible
-
ALL
-
v3.2
-
Integration 10 (02/22/16)
The zero code checker doesn't catch this code. The code can also be a duplicate of another code, it still doesn't catch it.
Example file:
#include "mongo/util/assert_util.h" namespace mongo { void test() { bool x = true; if (x) { uassert( 0, "String that is exactly the right amount of characters to produce this indentation.", x); } } }
- related to
-
SERVER-18979 Duplicate uassert & fassert codes
- Closed