-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
1
-
Storage - Ra 2022-05-16
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/include/serial_inline.h:232: FORWARD_NULL 122085 Comparing "upd" to null implies that "upd" might be null.
/src/include/serial_inline.h:241: FORWARD_NULL 122085 Dereferencing null pointer "upd".