CSECA-07016 - Buffer overflow in httpc_mime_end()

The mime boundry is copied into a fixed size buffer. If the length of boundry is greater than 501 characters, the buffer will overflow.

Example Code

No example code for this one.