]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Mon, 26 Sep 2016 21:16:11 +0000 (21:16 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 28 Sep 2016 17:09:50 +0000 (03:09 +1000)
commit27c3a9c2aede2184856b5de1e6eca414bb751c38
tree34a9759716c46966590012352871034d038904fd
parent8663e51c80c6aa3d750c6d3bcff6ee05091922be
upstream commit

Avoid a theoretical signed integer overflow should
BN_num_bytes() ever violate its manpage and return a negative value. Improve
order of tests to avoid confusing increasingly pedantic compilers.

Reported by Guido Vranken from stack (css.csail.mit.edu/stack)
unstable optimisation analyser output.  ok deraadt@

Upstream-ID: f8508c830c86d8f36c113985e52bf8eedae23505
sshkey.c