CSECA-07007 - 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 GET request. If the length of the context part of the URL is greater than 4081 bytes, the buffer will overflow.

Example Code

No example code for this one.