shithub: freetype+ttf2subf

Download patch

ref: 79a42ad283675cc9d5020dd8ed5633902cee2a2d
parent: 4fe3b55d0b3b4046b51b29101f9597c50e1913d1
author: Werner Lemberg <wl@gnu.org>
date: Sat Dec 12 02:27:14 EST 2015

* src/autofit/afscript.h: Avoid potential crash.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-12  Werner Lemberg  <wl@gnu.org>
+
+	* src/autofit/afscript.h: Avoid potential crash.
+
 2015-12-10  Werner Lemberg  <wl@gnu.org>
 
 	[autofit] Restore OpenType feature check.
--- a/src/autofit/afscript.h
+++ b/src/autofit/afscript.h
@@ -90,7 +90,7 @@
   SCRIPT( none, NONE,
           "no script",
           HB_SCRIPT_INVALID,
-          NULL )
+          "" )
 
   /* there are no simple forms for letters; we thus use two digit shapes */
   SCRIPT( telu, TELU,
--