xenocara/lib/libXrender
matthieu 9f957a9f79 Avoid OOB write in XRenderQueryFilters
The memory for filter names is reserved right after receiving the reply.
After that, filters are iterated and each individual filter name is
stored in that reserved memory.

The individual name lengths are not checked for validity, which means
that a malicious server can reserve less memory than it will write to
during each iteration.

From Tobias Stoeckmann / X.Org security advisory Oct 4, 2016
2016-10-04 15:03:48 +00:00
..
doc
include/X11/extensions
src Avoid OOB write in XRenderQueryFilters 2016-10-04 15:03:48 +00:00
aclocal.m4 Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
AUTHORS
ChangeLog Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
compile Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
config.guess Merge upstream fixes for several X libs vulnerabilities 2013-05-23 22:42:07 +00:00
config.h.in Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
config.sub Merge upstream fixes for several X libs vulnerabilities 2013-05-23 22:42:07 +00:00
configure Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
configure.ac Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
COPYING
depcomp Merge upstream fixes for several X libs vulnerabilities 2013-05-23 22:42:07 +00:00
INSTALL Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
install-sh Merge upstream fixes for several X libs vulnerabilities 2013-05-23 22:42:07 +00:00
ltmain.sh
Makefile.am
Makefile.bsd-wrapper Bump the major on every single base library. There are a couple 2013-08-13 07:07:07 +00:00
Makefile.in Update to libXrender 0.9.9 2015-05-10 09:25:49 +00:00
missing Merge upstream fixes for several X libs vulnerabilities 2013-05-23 22:42:07 +00:00
README
xrender.pc.in

libXrender - library for the Render Extension to the X11 protocol

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libXrender

        http://cgit.freedesktop.org/xorg/lib/libXrender

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage