Commit 150d6f12 authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Trevor Norris
Browse files

lib: http: poison parser references after freeing



Make it a little harder to slip in use-after-free bugs by nulling out
references to the parser object after handing it off to freeParser().

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 8e6706ea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment