Bug#773472: Fwd: not "use after free, and double free"

2014-12-18 Thread Joshua Rogers
I messed up the line numbers on this. The first pwbuf is freed on line 2438, then the failure part is at 2509. Thanks, -- -- Joshua Rogers -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Bug#773472: Fwd: (not "use after free, and double free")

2014-12-18 Thread Joshua Rogers
Package: gnupg2 Version: 2.1.1 Severity: normal Hi, In minip12.c, on line 2184, 'pwbuf' is freed, and then "goto failure;" is run. failure: checks whether 'pwbuf' is set or not, and if it is, re-wipes it. Under the line 2184, it will not run it, but there is no need for the test if it's going