diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-19 16:18:16 +0000 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-19 17:10:09 +0000 |
commit | a8651cef191d77eeb19383d93789a51c34e641a0 (patch) | |
tree | fb31ff9e1c10b0ba852511b20ccd1740925dc29c /icu | |
parent | bf3577466669bee218b59b08d4e3e467f89c27ff (diff) |
Resolves: fdo#52519 crash on typing some Malayalam
(cherry picked from commit eea3634b2bd85e7f290e0504da1b8906c7d33ca4)
Conflicts:
icu/UnpackedTarball_icu.mk
Change-Id: Ie31da5896d98908fd540146d1105ecc4257fa071
Reviewed-on: https://gerrit.libreoffice.org/2264
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'icu')
-rw-r--r-- | icu/icu4c.9948.mlym-crash.patch | 11 | ||||
-rw-r--r-- | icu/makefile.mk | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/icu/icu4c.9948.mlym-crash.patch b/icu/icu4c.9948.mlym-crash.patch new file mode 100644 index 000000000000..2a5d89ccb07b --- /dev/null +++ b/icu/icu4c.9948.mlym-crash.patch @@ -0,0 +1,11 @@ +--- misc/build/icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:09.919412782 +0000 ++++ misc/icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:14.519351601 +0000 +@@ -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}; + diff --git a/icu/makefile.mk b/icu/makefile.mk index 5494fa554f45..c92d9f9e8ac4 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -46,6 +46,7 @@ TARFILE_ROOTDIR=icu #http://bugs.icu-project.org/trac/ticket/8198 rendering with 0D30 and 0D31 PATCH_FILES=\ + icu4c.9948.mlym-crash.patch \ icu4c-bsd.patch \ icu4c-build.patch \ icu4c.8198.revert.icu5431.patch \ |