CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2018/03/12 12:49:08
Modified files: lib/freetype/src/base: ftutil.c Log message: Explicitely initialize memory allocated when cur_count==0. Caused uninitilized memory reads and corruption with some fonts (ja-sazanami-ttf). Issue reported and diagnosticed by Bryan Linton bl at shoshoni dot info. Thanks.