CSECA-07008 - Buffer overflow in httpc_talk_to_server()

The URL context is copied into a fixed size buffer before being sent as part of the HTTP POST request. If the length of the context part of the URL is greater than 4080 bytes, the buffer will overflow.

Example Code

No example code for this one.