Edit

IABSD.fr/src/usr.bin

Branch :

  • Show log

    Commit

  • Author : dtucker
    Date : 2021-10-02 03:17:01
    Hash : 38951c9f
    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@