RE: [RESEND] seg fault with Apache::URI ... weird

2001-02-20 Thread Geoffrey Young
> -Original Message- > From: Jeffrey W. Baker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001 4:47 PM > To: Nick Tonkin > Cc: [EMAIL PROTECTED] > Subject: Re: [RESEND] seg fault with Apache::URI ... weird > > [snip] just to put everyone on t

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-11 Thread Ask Bjoern Hansen
On Fri, 9 Feb 2001, Jeffrey W. Baker wrote: [...] > Actually, I didn't. Does this mean that strcasecmp(3) on FreeBSD doesn't > segfault when given NULL pointers? Or does this mean that the version of > Apache at the time (1.3.6 and 1.3.9) didn't have this problem? The code > in Apache hasn't

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Nick Tonkin
On Fri, 9 Feb 2001, Jeffrey W. Baker wrote: > On Fri, 9 Feb 2001, Nick Tonkin wrote: > > > > > Hi Jeff, > > > > Thanks for your feedback. > > > > I wonder if you noticed that this code was from the Auth/Access stuff > > you did for me a while back ... so I'll patch mine but you might want to > >

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Jeffrey W. Baker
On Fri, 9 Feb 2001, Nick Tonkin wrote: > > Hi Jeff, > > Thanks for your feedback. > > I wonder if you noticed that this code was from the Auth/Access stuff > you did for me a while back ... so I'll patch mine but you might want to > take a look at the places you are using it ... Actually, I didn

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Nick Tonkin
Hi Jeff, Thanks for your feedback. On Thu, 8 Feb 2001, Jeffrey W. Baker wrote: > On Thu, 8 Feb 2001, Nick Tonkin wrote: > > > > > Hi all, > > > > No response on this so here it is again, any clues appreciated: > > > > I am encountering a weird problem with Apache::URI ... consider, please, >

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Nick Tonkin wrote: > No response on this so here it is again, any clues appreciated: > This code has worked fine for two years or more on my FreeBSD boxes; this > is on Linux RedHat 7 ... dunno if that makes a difference. [snip] > config_args='' This seems str

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-08 Thread Jeffrey W. Baker
On Thu, 8 Feb 2001, Nick Tonkin wrote: > > Hi all, > > No response on this so here it is again, any clues appreciated: > > I am encountering a weird problem with Apache::URI ... consider, please, > this test handler: > > package WM::Test; > > use strict; > > sub handler { > my $r = shift; >