On 01/15/2018 03:09 AM, Florian Weimer wrote:
* Martin Sebor:
+the virtual table. Modifying the representation of such objects may violate
^vtable pointer?
The vtable itself is not corrupted, I assume.
Well, what happens is undefined, so who knows? ;)
But of course in reality, writing to an object can only overwrite
what's stored in the object, so only the vtable pointers will be
corrupted. I doubt anyone would have misunderstood what was meant
but I've committed r256852 for the sake of being accurate.
Martin