6f9fb7ec2d
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 |
||
---|---|---|
.. | ||
libssh.c | ||
libssh2.c | ||
ssh.h | ||
wolfssh.c |