| commit | c4d1b36cc2fb89566fe01b990abf8b635e0dce74 | [log] [download] | 
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon Nov 03 19:22:09 2008 +1100 | 
| committer | Damien Miller <djm@mindrot.org> | Mon Nov 03 19:22:09 2008 +1100 | 
| tree | f0c9f2c8c52ec453241aa2f34ceb937566f2b620 | |
| parent | 49b78d4fbc138a252fc083c67d6b3750477d92a1 [diff] | 
aadt@cvs.openbsd.org 2008/10/03 23:56:28
     [sshconnect2.c]
     Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the
     function.
     spotted by des@freebsd, who commited an incorrect fix to the freebsd tree
     and (as is fairly typical) did not report the problem to us.  But this fix
     is correct.
     ok djm