curl-curl/lib/vssh
Daniel Stenberg 976333dd40
curl_path: make sure just whitespace is illegal
This function could previously accidentally return true and a NULL path
if only whitespace was provided as argument.

Also, make it stricter and do not allow CR or LF within the string.

Use more strparse parsing.

Drop the comment saying this is from OpenSSH as it has now been
rewritten since then.

Closes #19141
2025-10-19 16:26:01 +02:00
..
curl_path.c curl_path: make sure just whitespace is illegal 2025-10-19 16:26:01 +02:00
curl_path.h lib: include files using known path 2025-04-08 17:00:00 +02:00
libssh2.c lib: stop NULL-checking conn->passwd and ->user 2025-10-15 10:44:51 +02:00
libssh.c libssh: return the proper error for readdir problems 2025-10-19 14:28:55 +02:00
ssh.h libssh2: clarify that sshp->path is always at least one byte 2025-10-06 13:57:19 +02:00