CSECA-07014 - Buffer overflow in httpc_mime_next()

boundary is copied into a fixed size buffer. If the length of boundary is greater than 505 characters, the buffer will overflow.

Example Code

No example code for this one.