fvwm icon indicating copy to clipboard operation
fvwm copied to clipboard

Update FvwmAuto.c

Open hundertzwei opened this issue 1 year ago • 0 comments

from gcc-12 up, this modul will terminated with *** buffer overflow detected ***. That's because the sprintf further down will copy not only the string, but also a linefeed and a terminating null-byte at the end of the buffer. This is two times off by one.

hundertzwei avatar Jul 19 '23 12:07 hundertzwei