
The value was unconditionally dereferenced even if the data type did not have metadata. In this case the pointer would point to unallocated memory which can lead to a crash.
The value was unconditionally dereferenced even if the data type did not have metadata. In this case the pointer would point to unallocated memory which can lead to a crash.