Edit

IABSD.fr/src/usr.bin

Branch :

  • Show log

    Commit

  • Author : dtucker
    Date : 2023-03-02 06:41:56
    Hash : 74d38529
    Message : Ensure we always call fclose when writing checkpoints. In the case of an fprintf failure we would not call fclose which would leak the FILE pointer. While we're there, try to clean up the temp file on failure. Spotted by Coverity, ok djm@