- (djm) [openbsd-compat/bsd-snprintf.c] Fix integer overflow in return
commita8143cab8bb42bbc412e2f84ac380fe5067db4e6
authordjm <djm>
Sun, 14 Jan 2007 10:20:30 +0000 (14 10:20 +0000)
committerdjm <djm>
Sun, 14 Jan 2007 10:20:30 +0000 (14 10:20 +0000)
tree13c7a101d10ff22ff8a578aa25ba99782ff1f8d3
parent5febe89089844fb37493026f61bc142a0fa7a262
 - (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@
ChangeLog
openbsd-compat/bsd-snprintf.c