]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
rsa2_pubkey_bits: Cope correctly with a NULL return from rsa2_newkey()
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 9 Oct 2015 23:58:11 +0000 (00:58 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:32 +0000 (22:08 +0000)
commit7707aa24d672de5d03ae7e66fbc2fd525dc9a24d
treec043f07918eab38e0fffd05602797ba838878dde
parent63b47ed9d504b37ac2e903715ae7bf40036473a1
rsa2_pubkey_bits: Cope correctly with a NULL return from rsa2_newkey()

Dereferencing it is not correct.
Bug found with the help of afl-fuzz.
sshrsa.c