wolfssh/apps
John Safranek 5336ee5aca Handle a select() error in the client's peer reader
bytes held select()'s return in a word32, so a -1 became 0xFFFFFFFF and
ran the read path on descriptor sets select() had left alone. The
SIGWINCH handler interrupts this select, so a terminal resize reaches it.

- Keep the result in an int
- Retry on EINTR, report anything else
- Same fix readPeer() in examples/client/client.c already carries
2026-08-26 16:53:23 -05:00
..
wolfssh Handle a select() error in the client's peer reader 2026-08-26 16:53:23 -05:00
wolfsshd wolfsshd: let QNX own the host key's permissions 2026-08-25 14:33:52 -06:00
include.am Add wolfssh-options build option probe 2026-08-19 16:55:00 -07:00
wolfssh-options.c wolfsshd: let QNX own the host key's permissions 2026-08-25 14:33:52 -06:00