mirror of https://github.com/wolfSSL/wolfssh.git
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). |
||
|---|---|---|
| .. | ||
| wolfssh | ||
| wolfsshd | ||
| include.am | ||