CSECA-07018 - Buffer overflow in httpd_send_header()

The text passed to httpd_send_header() is copied into a fixed size buffer. text longer than 1023 characters will cause that buffer to overflow.

Example Code

No example code for this one.