CSECA-07015 - Buffer overflow in httpc_mime_next()

HEADER_CONTENT_TYPE, content_type, HEADER_CONTENT_TRANSFER_ENCODING, transfer_encoding, HEADER_CONTENT_ID and content_id are copied into a fixed size buffer. If the sum of the length of those is greater than 511, the buffer will overflow.

Example Code

No example code for this one.