CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/18 10:45:16
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
The first line of a HTTP request is the method-url-version. The
second line is a key-value header. So you cannot append to the
previous key-value before line three. Also reset the last header
when all headers are purged to avoid a use after free.
OK benno@ reyk@
