Possible uninitialized variable 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 uninitialized variable in mod_data.c

2011-06-09 Thread Igor Galić
- Original Message - 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 think our human review machine already caught that one