Skip to content

Parse statschannel Content-Length: more carefully

Tony Finch requested to merge 4125-statschannel-content-length-overflow into main

A negative or excessively large Content-Length could cause a crash by making INSIST(httpd->consume != 0) fail.

Closes #4125 (closed)

Merge request reports