Bug#773520: [Pkg-gnupg-maint] Bug#773520: use-after-free

2015-01-07 Thread NIIBE Yutaka
On 01/07/2015 01:58 PM, NIIBE Yutaka wrote: > Here is my fix along with other fixes in map_host function. [...] > @@ -504,9 +506,11 @@ map_host (ctrl_t ctrl, const char *name, int > force_reselect, >hi->pool = xtryrealloc (reftbl, (refidx+1) * sizeof *reftbl); >if (!hi->poo

Bug#773520: [Pkg-gnupg-maint] Bug#773520: use-after-free

2015-01-06 Thread NIIBE Yutaka
Hello, Thanks for your reviewing and reporting. This message is Cc-ed to gnupg-devel. On 12/19/2014 09:56 PM, Joshua Rogers wrote: > Package: gnupg2 > Version: 2.1.1 > Severity: normal [...] > In ks-engine-hkp.c on line 509 'reftbl' is freed, but it is then > used on line 511. I'm guessing this

Bug#773520: use-after-free

2014-12-19 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal In ks-engine-hkp.c on line 509 'reftbl' is freed, but it is then used on line 511. I'm guessing this is a missing return;. Thanks, -- -- Joshua Rogers -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian