Tag

  • Show log

    Commit

  • Hash : ec6d1a36
    Author : Josh Rickmar
    Date : 2021-03-21T18:49:57

    Fix strftime(3) short buffer checks
    
    strftime(3) returns 0 if the buffer was too short to write the
    complete string (including NUL) and will never return more than
    maxsize-1.
    
    ok stsp