Bug #1775
lighttpd 1.4.x mod_rewrite memory leak
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | mod_rewrite | |||
| Target version: | 1.4.20 | |||
| Missing in 1.5.x: |
Description
if url.rewrite-repeat is presented, mod_rewrite will allocates handler_ctx memory without checking con->plugin_ctxp->id. this causes memory leak
History
#1 Updated by stbuehler over 4 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.
Also available in: Atom
