Possible unintiialized variable usage in mod_data.c

2011-06-09 Thread Chris Wilson
Hi Folks, We recently started using Sentry (static analysis tool) to analyze apache httpd on a nightly basis. Sentry found a potential unintialized variable in mod_data.c added in commit 1133582. I'm not sure if this case is actually possible at runtime, but I'll describe it here. Note, you can

Re: Possible unintiialized variable usage in mod_data.c

2011-06-09 Thread Graham Leggett
On 09 Jun 2011, at 4:06 PM, Chris Wilson wrote: We recently started using Sentry (static analysis tool) to analyze apache httpd on a nightly basis. Sentry found a potential unintialized variable in mod_data.c added in commit 1133582. Indeed it is - not sure why -Wall didn't catch this. Fixed