]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
uxpgnt: fix an uninitialised structure field in find_key().
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 20:26:03 +0000 (20:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:25 +0000 (23:25 +0000)
commitb6b52269e1085d9a58adf2f0f86f96fd96fa3199
tree1d142dd0c3b7036a61f140e5e49bc46c6cf07c4b
parentac5b13398f47c99cc189eed4538abcccc3c18300
uxpgnt: fix an uninitialised structure field in find_key().

Thanks, Coverity - I must have been lucky that Unix Pageant in client
mode hasn't so far happened to have this field come out non-NULL, or
else pageant_pubkey_copy would have tried to dupstr a garbage pointer.
unix/uxpgnt.c