Using pointer after free()

Because using an invalid pointer invokes undefined behavior. And that means that the behavior is… well… undefined. It’s not obliged to crash.

Leave a Comment