]> code.ossystems Code Review - openembedded-core.git/commit
lighttpd: fix /usr/lib/mod_cgi.so: undefined symbol: chunkqueue_written
authorNick Leverton <nick@leverton.org>
Thu, 17 Mar 2016 15:15:22 +0000 (15:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:56 +0000 (22:57 +0000)
commit880a346bf1bc4aa6c8569c6319c141433e13e1dd
tree3eeab354e7dfd330b43c6fb9824a82e6e1774361
parentb27ab57fe6108a68553dddaf9df4dbc3bddb7916
lighttpd: fix /usr/lib/mod_cgi.so: undefined symbol: chunkqueue_written

lighttpd fails to load when mod_cgi is enabled at run time, with the
message "dlopen() failed for: /usr/lib/mod_cgi.so /usr/lib/mod_cgi.so:
undefined symbol: chunkqueue_written".

This is caused by a patch intended to prevent memory exhaustion by
naively streaming CGIs, aimed at upstream issue
http://redmine.lighttpd.net/issues/1264 . The patch uses internal API
functions from older versions of lighttpd which don't exist in this
version.  Remove the patch, pending a better fix.

[ YOCTO #9289 ]

Signed-off-by: Nick Leverton <nick@leverton.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/lighttpd/lighttpd/0001-mod_cgi-buffers-data-without-bound.patch [deleted file]
meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb