wolfssh/apps
John Safranek 1b971ffaf4 Fix scan-build warning for undefined errno read after execv
Remove the errno check in the condition after execv(). If execv()
returns at all, it has failed, so checking ret alone is sufficient.
The errno check was flagged by clang scan-build as potentially
reading an undefined value (unix.Errno).
2026-04-22 10:27:06 -07:00
..
wolfssh Fix FingerprintKey 2026-04-17 17:52:30 +09:00
wolfsshd Fix scan-build warning for undefined errno read after execv 2026-04-22 10:27:06 -07:00
include.am wolfSSH Client 2023-09-25 09:23:13 -07:00