]> 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)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:31 +0000 (19:59 +0000)
commitd03024905e50f472e55aad9924018b0dcfcdbe01
tree18a6447e1addc15b5e7832da36fa572343e8ff5b
parent07af4ed100bf31b8179c38fda8ff2a8b2dc9b4a0
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.

(cherry picked from commit 4f340599029715d863b84bdfc0407f582114a23c)
sshbn.c