CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/31 22:51:15
Modified files:
usr.sbin/httpd : parse.y
Log message:
Zero the tls cert/key length variables when inheriting a server
configuration for multiple listen statements in a server block.
Otherwise httpd will crash when a listen statement with tls is followed
by a listen statement without tls.
Problem reported by Kent Fritz on misc.
ok jsing@ looks good deraadt@
