CSECA-07013 - Buffer overflow in httpc_mime_begin()

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

Example Code

No example code for this one.