bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Detected bugs by bugprobe


From: Yan Zhang
Subject: [Bug-wget] Detected bugs by bugprobe
Date: Fri, 20 Sep 2013 16:20:08 +0800 (CST)

Hi, all,
The followings are some bugs found by our static analysis tool bugprobe in 
wget-1.14.
In file recur.c
At line 281, function url_parse may return NULL assigned to url_parsed.
Function retrieve_url use url_parsed without null check.


All program points that call function url_parse also exist this kind of bugs.




In file warc.c
At line 734, newly allocated memory assigned to new_filename may be null.




And some comparisons with '==' between double values.


I wonder if these are real bugs.
Thank you!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]