Change #246127
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 15:24:11 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/curl-path |
Revision | 4c4657694ed57cc4bfcb892b2b160dbae2f4c76f |
Comments
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
Changed files
- lib/vssh/curl_path.c
- tests/unit/unit2604.c