You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/16 08:13:30 UTC

[Bug 55263] Using uninitialized variable: a potential bug discovered by static analysis tool

https://issues.apache.org/bugzilla/show_bug.cgi?id=55263

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Christophe JAILLET <ch...@wanadoo.fr> ---
Hi,

first of all, thanks for your report. Static analyzers can be great tools to
spot corner cases bugs.



The use of 'lock->scope' is guarded by 'new_lock_request' which is set only if
'dav_lock_parse_lockinfo' succeeded.
   (new_lock_request ? lock->scope : 0)

I've checked quickly the code and, regarding the use of lock, it looks good to
me.

I'm closing as invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org