Edit

IABSD.fr/src/regress/usr.bin

Branch :

  • Show log

    Commit

  • Author : dtucker
    Date : 2025-05-24 06:50:28
    Hash : 61c3009f
    Message : Null out keys between test runs. BENCH_START and BENCH_FINISH are actually a while() loop in disguise, so if sshkey_generate does not reset the key pointer on failure the test may incorrectly pass. It also confuses Coverity (CID 551234).