Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112355 | Differences between
and this patch

Collapse All | Expand All

(-)xc.orig/programs/Xserver/render/render.c (-1 / +1 lines)
Lines 1304-1310 Link Here
1304
	{
1304
	{
1305
	    if (buffer + sizeof (GlyphSet) < end)
1305
	    if (buffer + sizeof (GlyphSet) < end)
1306
	    {
1306
	    {
1307
		gs = *(GlyphSet *) buffer;
1307
		gs = *(CARD32 *) buffer;
1308
		glyphSet = (GlyphSetPtr) SecurityLookupIDByType (client,
1308
		glyphSet = (GlyphSetPtr) SecurityLookupIDByType (client,
1309
								 gs,
1309
								 gs,
1310
								 GlyphSetType,
1310
								 GlyphSetType,

Return to bug 112355