Actions
Bug #1775
closedlighttpd 1.4.x mod_rewrite memory leak
ASK QUESTIONS IN Forums:
Description
if url.rewrite-repeat is presented, mod_rewrite will allocates handler_ctx memory without checking con->plugin_ctxp->id. this causes memory leak
Files
Updated by stbuehler about 16 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Outch. Breaks "endless" loop detection too.
Testcase:
url.repeate = ( ".*" => "$0" )
Applied in r2306.
Actions
Also available in: Atom