CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/26 15:16:11
Modified files:
usr.bin/ssh : sshkey.c
Log message:
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@
