CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2016/10/04 09:11:05
Modified files: lib/libXvMC/src: XvMC.c Log message: Avoid buffer underflow on empty strings. If an empty string is received from an x-server, do not underrun the buffer by accessing "rep.nameLen - 1" unconditionally, which could end up being -1. >From Tobias Stoeckmann / X.Org security advisory Oct 4, 2016