diff src/ChangeLog @ 5818:15b0715c204d

Avoid passing patterns to with charset property to FcNameUnparse. Prevents crash reported by Raymond Toy.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 18 Oct 2014 21:20:42 +0900
parents d59bfb050ca8
children b3824b7f5627
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 12 07:17:55 2014 +0200
+++ b/src/ChangeLog	Sat Oct 18 21:20:42 2014 +0900
@@ -1,3 +1,11 @@
+2014-10-18  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* fontcolor-xlike-inc.c (xft_find_charset_font):
+	* fontcolor-x.c (x_font_instance_truename):
+	* font-mgr.h (PRINT_XFT_PATTERN):
+	* font-mgr.c (Ffc_name_unparse):
+	Protect Ffc_name_unparse from FcNameUnparse crash on charset property.
+
 2014-10-08  Jerry James  <james@xemacs.org>
 
 	* tls.c (init_tls): Remove blatant Fedoraism from the OpenSSL version.