Project

General

Profile

Actions

Bug #2780

closed

mod_webdav crash with keep-alive (1.4.44)

Added by gstrauss about 7 years ago. Updated about 7 years ago.

Status:
Fixed
Priority:
High
Category:
mod_webdav
Target version:
ASK QUESTIONS IN Forums:

Description

mod_webdav crash with keep-alive

mod_webdav allocated its own handler context in lighttpd 1.4.43, and cleaned it up in connection_reset hook, but did not properly reset con->plugin_ctx[p->id] = NULL. lighttpd 1.4.44 moved the plugin cleanup check from the connection_reset hook to connection_close hook, leading to possibility that mod_webdav handler_ctx would be cleaned up multiple times if there were other keep-alive requests (not handled by mod_webdav) on the same socket connection, or simply an HTTP/1.1 without Connection: close.

Actions #1

Updated by gstrauss about 7 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom