-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Statistics
-
Storage Engines
-
None
-
None
Dereference of potentially null field
If the field is actually null, then a null pointer dereference will occur. Field, which is statistically checked against null, is dereferenced.
/src/btree/bt_page.c:1316: NULL_FIELD 183873 Reading field "cache", which is expected to possibly be "NULL" in "conn->cache" (checked 6 out of 71 times).
/src/btree/bt_page.c:1316: NULL_FIELD 183873 Assigning: "cache" = "conn->cache".
/src/btree/bt_page.c:1399: NULL_FIELD 183873 Dereferencing "cache", which is known to be "NULL".