Skip to content
Prev 54608 / 63424 Next

Buffer overflow in cairoBM.c line 402

Hi, all.

Testing a change to that line to
    strncpy(xd->filename, filename,PATH_MAX);
right now.

The bug itself I've yet to reproduce in anything that doesn't involve
my employer's proprietary code, but strcpy is strcpy, after all.