[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Sun Jan 14 21:20:32 EST 2007
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 07/01/14 21:20:32
Modified files:
. : ChangeLog
openbsd-compat : bsd-snprintf.c
Log message:
- (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
value of snprintf replacement, similar to bugs in various libc
implementations. This overflow is not exploitable in OpenSSH.
While I'm fiddling with it, make it a fair bit faster by inlining the
append-char routine; ok dtucker@
Diff commands:
cvs -nQq rdiff -u -r1.4604 -r1.4605 openssh/ChangeLog
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/openbsd-compat/bsd-snprintf.c
More information about the openssh-commits
mailing list