diff options
author | Julien Danjou <julien@danjou.info> | 2008-11-18 10:01:49 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-12 10:20:47 +0000 |
commit | 834f1d7b7097dcc3a32f6c65d21e87fd272d924a (patch) | |
tree | 0be57b1913a9a8512d203c861104d2992261206b /AUTHORS | |
parent | e184bf0d3592c8703b1193d37553cdcdee313139 (diff) |
[xcb] check for render extension presence
Otherwise this may leads to an invalid memory access to r.
Fixes: Bug 18588 - XCB backend fails with missing render.
https://bugs.freedesktop.org/show_bug.cgi?id=18588
Signed-off-by: Julien Danjou <julien@danjou.info>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Steve Chaplin <stevech1097@yahoo.com.au> Bug fixes for PNG reading Tomasz Cholewo <cholewo@ieee-cis.org> Bug fixes Manu Cornet <manu@manucornet.net> SVG build fix Frederic Crozat <fcrozat@mandriva.com> Fix test suite for OPD platforms (IA64 or PPC64) +Julien Danjou <julien@danjou.info> XCB fixes Radek DoulĂk <rodo@novell.com> Bug report and test case John Ehresman <jpe@wingide.com> Build fixes for win32 John Ellson <ellson@research.att.com> First font/glyph extents functions |