CSECA-07023 - Buffer overflow in part_new()

The filename string is copied into a fixed size buffer. filename strings with a length of more than 249 will cause the buffer to overflow.

Example Code

No example code for this one.