Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not pass NULL to printf %s. Seen with gcc 13.2.0 on Debian: ``` .../curl/lib/connect.c:696:27: warning: '%s' directive argument is null [-Wformat-overflow=] ``` Ref: https://github.com/curl/curl-for-win/actions/runs/6476161689/job/17584426483#step:3:11104 Ref: curl#10284 Co-authored-by: Jay Satiro Closes curl#12082
- Loading branch information