From: Fabian Keil Date: Sun, 2 Feb 2014 12:03:50 +0000 (+0000) Subject: Add #120: Add an option to limit pcre's recursion limit below the default X-Git-Tag: v_3_0_22~190 X-Git-Url: http://www.privoxy.org/gitweb/seealso.html?a=commitdiff_plain;h=f49b947014788cbbaecae6973d43229a70b6d366;p=privoxy.git Add #120: Add an option to limit pcre's recursion limit below the default --- diff --git a/TODO b/TODO index da7318f7..989e8816 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.92 2014/01/31 12:47:43 fabiankeil Exp $ +$Id: TODO,v 1.93 2014/02/02 12:03:36 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -336,3 +336,8 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO not to break filters. 119) Evaluate using pcre's jit mode. + +120) Add an option to limit pcre's recursion limit below the default. + On some platforms the recursion limit doesn't prevent pcre from + running out of stack space, causing the kernel to kill Privoxy + ungracefully.