]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix the inverted return values in pageant_add_ssh*_key().
authorSimon Tatham <anakin@pobox.com>
Thu, 7 May 2015 17:41:06 +0000 (18:41 +0100)
committerSimon Tatham <anakin@pobox.com>
Thu, 7 May 2015 17:42:33 +0000 (18:42 +0100)
commit4a875b5f8b806a91c8a309d699d37d251d78b8f7
tree8d340a5c285df61da4e1e142da46a77f02ccd2a3
parent5e2443ff1f07cb8cd7e6dd7d8cb044283c788478
Fix the inverted return values in pageant_add_ssh*_key().

This would have caused intermittent use-after-free crashes in Windows
Pageant, but only with keys added via the primary Pageant's own UI or
command line - not keys submitted from another process, because those
don't go through the same function.
pageant.c