]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a check for NULL in pageant_forget_passphrases().
authorSimon Tatham <anakin@pobox.com>
Thu, 14 May 2015 08:16:26 +0000 (09:16 +0100)
committerSimon Tatham <anakin@pobox.com>
Thu, 14 May 2015 08:16:26 +0000 (09:16 +0100)
commitef3959992e3c7b5226da66505881fe2f73479c28
tree940088dcfca090d3339fc233326171c48e90984b
parent75b7ba26d3437dc0c89446f1e8d3dd6edb05e1af
Add a check for NULL in pageant_forget_passphrases().

I've no reason to believe it will _currently_ be called with the
'passphrases' tree not even set up yet, but I managed to get that to
happen while playing about with experimental code just now, and it
seemed like a good safety check to keep in general.
pageant.c