Change #272083
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 22 Jun 2026 12:08:35 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | f7d4e11f4b423a6db61ca86cf59483fad9f4bc13 |
Comments
setopt: return error if received `curl_blob->data` is NULL To avoid dereferencing in the function if `CURL_BLOB_COPY` is set, or outside of the function if unset. Reported-by: netspacer.research Closes #22129
Changed files
- lib/setopt.c