Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/harfbuzz-ng/README.chromium

Issue 2173883002: Fix infinite recursion crash in HarfBuzz' CoreText backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check for lower than 10.10 instead, as CT reports 0x60001 Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/harfbuzz-ng/src/hb-coretext.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz-ng/README.chromium
diff --git a/third_party/harfbuzz-ng/README.chromium b/third_party/harfbuzz-ng/README.chromium
index 4a32303d3bda81e8946ad6d8d4716ed0a5e25944..6d84c5315527cfe96cfb11e0d3afe0102d21ef03 100644
--- a/third_party/harfbuzz-ng/README.chromium
+++ b/third_party/harfbuzz-ng/README.chromium
@@ -18,3 +18,6 @@ hb-directwrite.*) from the tarball's src folder over to src, then checking for
removed or added files and update our build recipes in BUILD.gn and
harfbuzz.gyp accordingly, update the NEWS file from HarfBuzz' release notes,
and bump the version numbers in README.chromium.
+
+Applied a local fix for an infinite recursion crash in hb-coretext on OS X 10.9,
+skipping the font cascade list reconfiguration on this OS version.
« no previous file with comments | « no previous file | third_party/harfbuzz-ng/src/hb-coretext.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698