Fix refcounting of glyphs during ProcRenderAddGlyphs() (CVE-2024-31083)
This commit is contained in:
parent
f29b6fb075
commit
128113431e
3 changed files with 16 additions and 6 deletions
|
@ -109,6 +109,8 @@ extern GlyphPtr FindGlyph(GlyphSetPtr glyphSet, Glyph id);
|
|||
|
||||
extern GlyphPtr AllocateGlyph(xGlyphInfo * gi, int format);
|
||||
|
||||
extern void FreeGlyph(GlyphPtr glyph, int format);
|
||||
|
||||
extern Bool
|
||||
ResizeGlyphSet(GlyphSetPtr glyphSet, CARD32 change);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue