CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2021/10/01 21:17:01

Modified files:
        usr.bin/ssh    : hostfile.c ssh-keygen.c ssh-keyscan.c 

Log message:
Dynamically allocate encoded HashKnownHosts and free as appropriate.
Saves 1k of static storage and prevents snprintf "possible truncation"
warnings from newer compilers (although in this case it's false positive
since the actual sizes are limited by the output size of the SHA1).
ok djm@

Reply via email to