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 to be freed beforehand. (In reality, it shouldn't be freed before it is 
sent to failure;)

Thanks,

-- 
-- Joshua Rogers <https://internot.info/>


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to