wolfssh/examples/sftpclient
John Safranek 304955ff94 Move unsafe call out of signal handler
Cleanup clang-tidy bugprone-signal-handler findings.
- wolfsshd: drop fprintf from interruptCatch; the main accept
  loop logs "Closing down wolfSSHD" after seeing quit set.
- sftpclient: annotate wolfSSH_SFTP_Interrupt call in
  sig_handler with NOLINT, since the function is only a single
  byte store and is safe to call from a signal handler.
2026-06-09 17:03:02 -07:00
..
include.am refactor client apps and add X509 to scpclient 2023-04-04 14:59:46 -07:00
sftpclient.c Move unsafe call out of signal handler 2026-06-09 17:03:02 -07:00
sftpclient.h Release v1.4.22 2025-12-29 16:53:33 -08:00