Change #263934
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 07 Apr 2026 20:04:44 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | b2a767dbcef3d9442d51cc22ffb52804927e473f |
Comments
gtls: fail for large files in `load_file()` Used for issuer certs. Limit the size at `CURL_MAX_INPUT_LENGTH`, 8MB. Bug: https://github.com/curl/curl/pull/21256#discussion_r3045854654 Closes #21257
Changed files
- lib/vtls/gtls.c