-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: WiredTiger
-
Fully Compatible
-
ALL
Pointer is checked against null but then dereferenced anyway
Defect 99860 (STATIC_C)
Checker FORWARD_NULL (subcategory none)
File: /src/third_party/wiredtiger/src/os_posix/os_mtx_cond.c
Function __wt_cond_signal
/src/third_party/wiredtiger/src/os_posix/os_mtx_cond.c, line: 125
Comparing "session" to null implies that "session" might be null.
if (session != NULL)
- duplicates
-
SERVER-25846 Coverity analysis defect 99861: Dereference after null check
- Closed