Hello, Thanks for your reviewing and reporting.
On 12/20/2014 02:19 AM, Joshua Rogers wrote: > Package: gnupg2 > Version: 2.1.1 > Severity: normal [...] > On line 204 of crlfetch.c 'hd' is run through http_get_status_code, > but it is possible for 'hd' not to be set, if opt.disable_http is > true.(see lines 192-202) When opt.disable_http is true, err is set (at line 199). The expression in question is: err? 99999 : http_get_status_code (hd) The function call http_get_status_code (hd) is not evaluated in that case (and its value is 99999). -- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org