I scanned wget with my static analysis tool, and found a potential bug.
The triggering path is described in attached xml file. Could you please take a 
look at it.
The version of wget is 1.13.3
<bugreport>
  <file>gnutls.c</file>
<event>
<type>Branch</type>
<location>
<file>gnutls.c</file>
<line>137</line>
</location>
<description>Take the false branch.</description>
<expr>timeout</expr>
</event>

<event>
<type>Trigger</type>
<location>
<file>gnutls.c</file>
<line>151</line>
</location>
<description>Function argument is an uninitialized value.</description>
<expr>timer</expr>
</event>

</bugreport>

Reply via email to