Skip to content

fix potential buffer overrun in _XftGlyphDefault

Peter Harris requested to merge peterh/libxft:initmissing into master

Initialize nmissing so that XftFontCheckGlyph does not write past the end of the missing array if a glyph is missing.

Signed-off-by: Peter Harris pharris2@rocketsoftware.com

Merge request reports