Re: minor bugfix for Apache::Test

[prev] [thread] [next] [Date index for 2005/01/26]

From: Geoffrey Young
Subject: Re: minor bugfix for Apache::Test
Date: 18:00 on 26 Jan 2005

Torsten Foertsch wrote:
> On Wednesday 26 January 2005 15:28, Geoffrey Young wrote:
> 
>>>-  modperl_handler_t  *handler;
>>>+  modperl_handler_t  *handler=0;
>>
>>hmm, what's that about?
> 
> 
> It cures this warning:
> IncludeHook.xs: In function `handle_perl':
> IncludeHook.xs:49: warning: `handler' might be used uninitialized in this 
> function
> 
> In line 194 you are using the handler that can be uninitialized at that time 
> from the compiler's point of view. It don't see the logic behind seen_sub and 
> puts out the warning. Hence the simple assingment to cure the warning.

ah.  I compile with -Werror and it passes without issue, but I guess my
compiler isn't recent enough to catch this particular item.

thanks.

I'm working on a new Apache-IncludeHook release, which looks like it will
have the subrequest issue solved.

--Geoff

minor bugfix for Apache::Test
Torsten Foertsch 10:13 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Geoffrey Young 12:42 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Torsten Foertsch 13:22 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Geoffrey Young 14:28 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Geoffrey Young 14:30 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Torsten Foertsch 15:06 on 26 Jan 2005

Re: minor bugfix for Apache::Test
Geoffrey Young 18:00 on 26 Jan 2005

Generated at 17:42 on 27 Jan 2005 by mariachi v0.52