Welcome Cole Leavitt as #curl commit author 1398: github.com/curl/curl/pull/1811…
bufq: add integer overflow checks before chunk allocations by coleleavitt · Pull Request #18112 · curl/curl
Add defensive int overflow checking in the buffer queue allocation functions to prevent potential heap buffer overflows if large chunk sizes are ever used. The calculation sizeof(*chunk) + q->ch...GitHub