-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Truncate
-
Storage Engines - Foundations
-
4,474.515
-
SE Foundations - Q4+ Backlog
-
None
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/cursor/cur_table.c:663: FORWARD_NULL 185721 Comparing "stop" to null implies that "stop" might be null.
/src/cursor/cur_table.c:683: FORWARD_NULL 185721 Dereferencing null pointer "stop".
- is related to
-
WT-16593 Coverity analysis defect 185719: Explicit null dereferenced
-
- Closed
-