You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2003/03/30 18:47:49 UTC

[PATCH] why cleanup regexs prior to exec?

somebody tell me why I shouldn't commit this :)

Re: [PATCH] why cleanup regexs prior to exec?

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
At 10:51 AM 3/30/2003, Brian Pane wrote:
>On Sun, 2003-03-30 at 08:47, Jeff Trawick wrote:
>> somebody tell me why I shouldn't commit this :)
>> 
>
>Looks safe to me

Same here.  Especially in as I'm looking at cgid, the less cycles
wasted on this silliness, the better.  exec() itself will do nicely
for tossing the extra memory.

Bill



Re: [PATCH] why cleanup regexs prior to exec?

Posted by Brian Pane <br...@cnet.com>.
On Sun, 2003-03-30 at 08:47, Jeff Trawick wrote:
> somebody tell me why I shouldn't commit this :)
> 

Looks safe to me

Brian