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

(-)xorg-server-1.0.2.orig/render/render.c (-1 / +1 lines)
Lines 1340-1346 Link Here
1340
	{
1340
	{
1341
	    if (buffer + sizeof (GlyphSet) < end)
1341
	    if (buffer + sizeof (GlyphSet) < end)
1342
	    {
1342
	    {
1343
                memcpy(&gs, buffer, sizeof(GlyphSet));
1343
                gs = *(CARD32 *) buffer;
1344
		glyphSet = (GlyphSetPtr) SecurityLookupIDByType (client,
1344
		glyphSet = (GlyphSetPtr) SecurityLookupIDByType (client,
1345
								 gs,
1345
								 gs,
1346
								 GlyphSetType,
1346
								 GlyphSetType,

Return to bug 112355