Make sure allocation occures before dereferencing a pointer.
Allocation could cause heap resize => invalidates all pointer dereferences.
Please register or sign in to comment
Allocation could cause heap resize => invalidates all pointer dereferences.