-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Transactions
-
SE Transactions - 2026-02-27, SE Transactions - 2026-03-13
-
1
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/reconcile/rec_row.c:551: NULL_FIELD 184371 Reading field "modify", which is expected to possibly be "NULL" in "r->ref->page->modify" (checked 102 out of 232 times).
/src/reconcile/rec_row.c:551: NULL_FIELD 184371 Dereferencing "r->ref->page->modify", which is known to be "NULL".