summarylogtreecommitdiffstats
path: root/mlym-crash.patch
diff options
context:
space:
mode:
authorAlexandre Demers2015-06-09 17:57:28 -0400
committerAlexandre Demers2015-06-09 18:05:06 -0400
commit15c0cf5ac9a4a9fefd7835df27b57ca702342214 (patch)
tree38697f62091b14680c8eae10422657cc1fd58736 /mlym-crash.patch
downloadaur-15c0cf5ac9a4a9fefd7835df27b57ca702342214.tar.gz
Initial import
Diffstat (limited to 'mlym-crash.patch')
-rw-r--r--mlym-crash.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/mlym-crash.patch b/mlym-crash.patch
new file mode 100644
index 000000000000..44f169f3189e
--- /dev/null
+++ b/mlym-crash.patch
@@ -0,0 +1,19 @@
+Description: Fix crash on rendering incremental Malayalam text input
+Author: Caolán McNamara <caolanm@redhat.com>
+Origin: other, https://ssl.icu-project.org/trac/ticket/9948
+Forwarded: https://ssl.icu-project.org/trac/ticket/9948
+Last-Update: 2013-03-13
+
+Index: b/source/layout/IndicClassTables.cpp
+===================================================================
+--- a/source/layout/IndicClassTables.cpp
++++ b/source/layout/IndicClassTables.cpp
+@@ -273,7 +273,7 @@
+
+ static const IndicClassTable kndaClassTable = {0x0C80, 0x0CEF, 4, KNDA_SCRIPT_FLAGS, kndaCharClasses, kndaSplitTable};
+
+-static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable};
++static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 4, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable};
+
+ static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};
+