Project

General

Profile

Actions

Bug #874

closed

memory leak in mod_rewrite

Added by Anonymous over 17 years ago. Updated about 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_rewrite
Target version:
ASK QUESTIONS IN Forums:

Description

if there is a set of repeated uri rewrite rules, mod_rewrite will leak memory. if the rules are endless accidentally, lighttpd will eat up all memory and abort.
My simple fix is as below (compared with svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x/src/mod_rewrite.c)

{{{
bbs# svn diff src/mod_rewrite.c
Index: src/mod_rewrite.c

-- jawahh

Actions #1

Updated by jan over 17 years ago

  • Status changed from New to Assigned
Actions #2

Updated by jan about 17 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to fixed

fixed in r1785

Actions

Also available in: Atom