summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-01 05:48:10 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-01 05:52:53 -0500
commit5ca9eca8c403cebc30f9f2f52fdee1f625fb2a8c (patch)
treebfc452d209ccf04ad0b60626f559232e863c7094 /NEWS
parent0573ce1945a6d647d4053ad5b837bcaa8529270b (diff)
downloadlighttpd-git-5ca9eca8c403cebc30f9f2f52fdee1f625fb2a8c.tar.gz
[core] fix crash when using lighttpd -1 with pipes (fixes #3117)
(thx povcfe-bug) In some scenarios with lighttpd -1 on pipes, the event handler associated with the connection (con) will have been cleaned up, and a pending event on the one-off oneshot_fdn will not yet have been handled, leading to a crash. lighttpd typically is used to handle requests on sockets, not pipes. With nc (netcat), the requests might be sent over pipes. The bug occurred with the accommodations made in lighttpd to handle the request over pipes. x-ref: "Trigger crash when using lighttpd -1 with pipes" https://redmine.lighttpd.net/issues/3117
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions