Your message dated Wed, 18 Feb 2015 04:35:35 -0500 with message-id <[email protected]> and subject line Re: [Pkg-gnupg-maint] Bug#773541: Bug#773541: uninitalized pointer read has caused the Debian Bug report #773541, regarding uninitalized pointer read to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 773541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773541 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gnupg2 Version: 2.1.1 Severity: normal Hi, 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) Thanks -- -- Joshua Rogers <https://internot.info/>
--- End Message ---
--- Begin Message ---Control: tags 773541 + moreinfo On Tue 2015-01-06 23:06:50 -0500, NIIBE Yutaka wrote: > 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). gniibe's explanation suggests that this is not a bug, so i'm closing it. if you think it's still a bug, please reopen it and provide more details. --dkg
--- End Message ---

