CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/30 16:19:15
Modified files:
usr.sbin/httpd : Tag: OPENBSD_5_6 server.c
Log message:
MFC usr.sbin/httpd/server.c:1.62->1.63, req by florian@
We cannot log errors with server_close() before allocating
clt_log evbuffer.
server_close() calls server_log() which uses ctl_log.
Crash reported by Daniel Jakots <vigdis AT chown DOT me>, thanks!
OK benno
