Change #264537
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Wed 15 Apr 2026 10:14:09 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | c60d90cd65391f862b094c4720496b285201dd7f |
Comments
urlapi: make parse_file() return zero data on error This fixes the torture failures in 1675 Also, make it allocate the scheme *after* the path has been verified, so that it is avoided in the common error cases. Fixes #21326 Closes #21324
Changed files
- lib/urlapi.c