CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/07/19 03:09:25

Modified files:
        usr.sbin/httpd : httpd.h server_file.c server_http.c 

Log message:
usr.sbin/httpd: fix suffix range handling

Calculate suffix ranges before clamping end offsets so requests at least
as large as the file return the complete representation. Reject zero
length and malformed ranges, retain 64 bit sizes throughout range
handling, and add regression coverage for boundaries and overflow.

Based on indea of Andrew Kloet

OK: rsadowski@

Reply via email to