CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/30 18:33:37
Modified files:
regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c
Log message:
Set keys to NULL after freeing in tests where the variables will be used
again. Should prevent Coverity "potential use after free" warnings.
