CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2015/01/03 09:13:16
Modified files: dist/fontconfig/src: fcfreetype.c Log message: Fix buffer overflow in copying PS name As reported on the fontconfig mailing list by Tanel Liiv. Found using American Fuzzy Lop. Upstream patch adapted to use strlcpy().