Change #269244
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 02 Jun 2026 23:10:06 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/cookie-length-check |
| Revision | 43da7899819410576c4af8cace0f410a1b637eee |
Comments
cookie: simplify the cookie length check in parse_cookie_header Since the name and value lengths are never very big, there is no risk for overflow and we can check the total size only to catch too big fields and avoid the invidual checks.
Changed files
- lib/cookie.c