CVSROOT: /cvs Module name: xenocara Changes by: tob...@cvs.openbsd.org 2020/04/16 11:12:49
Modified files: app/cwm : util.c Log message: Prevent out of boundary write with configuration files in which too many quoted arguments are stored for other window managers. The quotation handling happens within the while loop without checking if the "end" limit has been already reached. If this happens, the final NULL assignment leads to an out of boundary write on stack. OK okan@