Stop field_offset from crashing due to missing vtables
Now, a pointer to NULL is cast to the type in question, avoiding the need to call new() or delete() with potentially-misaligned types. Also, virtual_identity::find has been tweaked to prevent it from crashing on NULL vtable pointers. This was suggested by Angavrilov.develop
parent
c2997b9c79
commit
0b6597ddb2
Loading…
Reference in New Issue