[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-1' - icu/icu4c.9948.mlym-crash.patch icu/makefile.mk

Caolán McNamara caolanm at redhat.com
Tue Feb 19 09:17:47 PST 2013


 icu/icu4c.9948.mlym-crash.patch |   11 +++++++++++
 icu/makefile.mk                 |    1 +
 2 files changed, 12 insertions(+)

New commits:
commit 19b0f99d43d1bf43df3b650cdd698fb36de901e4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 19 16:18:16 2013 +0000

    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 at suse.cz>
    Tested-by: Petr Mladek <pmladek at suse.cz>

diff --git a/icu/icu4c.9948.mlym-crash.patch b/icu/icu4c.9948.mlym-crash.patch
new file mode 100644
index 0000000..2a5d89c
--- /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 5494fa5..c92d9f9 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 \


More information about the Libreoffice-commits mailing list