CSECA-07006 - Buffer overflow in httpc_send_header()

HTTP Headers are copied into a fixed size buffer before being sent. If the sum of the length of the header key and value is greater than 1021 bytes, the buffer will overflow.

Example Code

No example code for this one.