curl/lib/vssh
Daniel Stenberg 6f9fb7ec2d
misc: ISSPACE() => ISBLANK()
Instances of ISSPACE() use that should rather use ISBLANK(). I think
somewhat carelessly used because it sounds as if it checks for space or
whitespace, but also includes %0a to %0d.

For parsing purposes, we should only accept what we must and not be
overly liberal. It leads to surprises and surprises lead to bad things.

Closes #9432
2022-09-06 08:34:30 +02:00
..
libssh.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
libssh2.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
ssh.h libssh: skip the fake-close when libssh does the right thing 2022-06-15 23:43:35 +02:00
wolfssh.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00