CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/06/12 04:09:39
Modified files: regress/usr.bin/ssh/unittests/misc: test_parse.c Log message: Set user, host and path to NULL immediately before calling parse_user_host_path in tests. This ensures that we don't accidentally use the previous value if the function under test doesn't set them Also fixes Coverity CIDs 405056 405065 405066.