CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/05/24 00:50:28
Modified files: regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c Log 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).