-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
StorEng - Defined Pipeline
Dereference after null check
Either the check against null is unnecessary, or there may be a null pointer dereference. Pointer is checked against null but then dereferenced anyway
/src/config/config_api.c:135: FORWARD_NULL 138679 Comparing "session" to null implies that "session" might be null.
- is caused by
-
WT-11126 Add configuration compilation to speed up WT_SESSION::begin_transaction
- Closed