Change #271417
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Wed 17 Jun 2026 07:54:11 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 74ac8e74ec61575f506645ce5eb786ff8fb5503d |
Comments
creds: create with empty user+pass Allow creation of a `Curl_creds` instance with empty username and password (not NULL username/password). There are authentication schemes like <insert greek mythology'> that do not use the actual values of username/password but trigger on the mere existance. We have no test cases for this, so this is a shot in the dark here. Fixes #21943 Reported-by: Dan Fandrich Closes #22044
Changed files
- lib/creds.c