The media_encoding is not used in parse.y but stack garbage could lead
authorreyk <reyk@openbsd.org>
Wed, 23 Jul 2014 22:02:02 +0000 (22:02 +0000)
committerreyk <reyk@openbsd.org>
Wed, 23 Jul 2014 22:02:02 +0000 (22:02 +0000)
commitff70ca315e5e4966732f2d48dc4549c7ab5c8890
treef7aa2011b065f3656d314c5d5054860255c77299
parent5d9e55e4ba46f45d36c3974a2c023f70a328046b
The media_encoding is not used in parse.y but stack garbage could lead
to a double free; set it to NULL.

This should fix a problem that was found by deraadt@
usr.sbin/httpd/httpd.c
usr.sbin/httpd/parse.y