Change #266329
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 05 May 2026 10:11:10 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 03b547f73f8dcfddb108bbfdbdc979f0b55595f1 |
Comments
tool_formparse.c: use define instead of magic number The longest header lines accepted for the -F option is now a define instead of a magic number. I also bumped it to be an even 8K. When fixing, I noticed that for some OOM errors curl would display two error messages. Also fixed here. Closes #21501
Changed files
- src/tool_formparse.c