[oe-commits] Li xin : lighttpd: Fix mod_cgi to avoid it buffers data without bound.

git at git.openembedded.org git at git.openembedded.org
Thu Jul 16 14:10:16 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 6d098587415be098913a3b551b0b7ee8c0270274
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6d098587415be098913a3b551b0b7ee8c0270274

Author: Li xin <lixin.fnst at cn.fujitsu.com>
Date:   Mon Jul 13 16:06:26 2015 +0800

lighttpd: Fix mod_cgi to avoid it buffers data without bound.

If there is a CGI that provides a continuous stream of data,
If lighttpd client reads slower then the CGI is pushing the data,
then lighttpd's buffers will grow until the (embedded) machine OOMs.

Ref: http://redmine.lighttpd.net/issues/1264

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../0001-mod_cgi-buffers-data-without-bound.patch  | 386 +++++++++++++++++++++
 meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb  |   1 +
 2 files changed, 387 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=6d098587415be098913a3b551b0b7ee8c0270274


More information about the Openembedded-commits mailing list