CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/18 10:01:28
Modified files:
usr.sbin/relayd: relay.c relay_http.c relayd.h
Log message:
Fix unbounded buffer growth. In the case of a slow client reading large files,
we would consume large ammounts of memory.
Found by Matthew Martin <matt DOT a DOT martin AT gmail DOT com> in
httpd, fixed in httpd by florian@
feedback from florian, reyk and bluhm, ok bluhm, reyk
