CSECA-07026 - Buffer overflow in httpd_mime_send_header()

MIME Headers are copied into a fixed size buffer before being sent. If the sum of the length of the headers is more than 299 bytes, the buffer will overflow.

Example Code

No example code for this one.