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. -- *Omri Schwarz* Engineer REsurety, Inc. [[alternative HTML version deleted]]
Thanks for reporting - there is no need to reproduce this, it is an obvious error. I'll probably fix by throwing an error - like it is done in devX11.c when the file names are too long. Tomas On 01/19/2018 09:41 PM, Omri Schwarz wrote:> 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. >