-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Storage Engines
-
ALL
-
2024-02-06 tapioooooooooooooca
-
1
Dereference null return value
If the function actually returns a null value, a null pointer dereference will occur. Return value of function which returns null is dereferenced without checking
src/third_party/wiredtiger/src/conn/conn_compact.c:340: NULL_RETURNS 138632 Assigning: "compact_stat" = "NULL" return value from "__background_compact_get_stat".