]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
bignum_set_bit: Don't abort if asked to clear an inaccessible bit
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 11 Oct 2015 08:27:55 +0000 (09:27 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:32 +0000 (22:08 +0000)
commit4f340599029715d863b84bdfc0407f582114a23c
treeb0f29190dc46bbd0a7e6cd770d721dd71c124a7f
parentc0e19ca19d5be1fea5bc6f75bc18c0e2c4462b64
bignum_set_bit: Don't abort if asked to clear an inaccessible bit

All those bits are clear anyway.

Bug found with the help of afl-fuzz.
sshbn.c