Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5817:a58070ee1f31 | 5818:15b0715c204d |
---|---|
1 2014-10-18 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * fontcolor-xlike-inc.c (xft_find_charset_font): | |
4 * fontcolor-x.c (x_font_instance_truename): | |
5 * font-mgr.h (PRINT_XFT_PATTERN): | |
6 * font-mgr.c (Ffc_name_unparse): | |
7 Protect Ffc_name_unparse from FcNameUnparse crash on charset property. | |
8 | |
1 2014-10-08 Jerry James <james@xemacs.org> | 9 2014-10-08 Jerry James <james@xemacs.org> |
2 | 10 |
3 * tls.c (init_tls): Remove blatant Fedoraism from the OpenSSL version. | 11 * tls.c (init_tls): Remove blatant Fedoraism from the OpenSSL version. |
4 * tls.h (tls_open): | 12 * tls.h (tls_open): |
5 (make_tls_input_stream): | 13 (make_tls_input_stream): |