/hg/release/icedtea6-1.11: PR1018: JVM fails due to SEGV during ...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu May 31 02:53:15 PDT 2012


changeset e5b5280519ef in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=e5b5280519ef
author: ptisnovs
date: Thu May 31 12:52:55 2012 +0200

	PR1018: JVM fails due to SEGV during rendering some Unicode characters


diffstat:

 ChangeLog                    |   7 +++++++
 Makefile.am                  |   3 ++-
 NEWS                         |   3 +++
 patches/coverage-table.patch |  13 +++++++++++++
 4 files changed, 25 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r 1d8518a44858 -r e5b5280519ef ChangeLog
--- a/ChangeLog	Wed May 16 10:57:49 2012 +0100
+++ b/ChangeLog	Thu May 31 12:52:55 2012 +0200
@@ -1,3 +1,10 @@
+2012-05-31  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* patches/coverage-table.patch:
+	PR1018: JVM fails due to SEGV during rendering some Unicode characters
+	* NEWS: Mention bugfix.
+	* Makefile.am: Updated.
+
 2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Add 1.11.3 section.
diff -r 1d8518a44858 -r e5b5280519ef Makefile.am
--- a/Makefile.am	Wed May 16 10:57:49 2012 +0100
+++ b/Makefile.am	Thu May 31 12:52:55 2012 +0200
@@ -417,7 +417,8 @@
 	patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch \
 	patches/openjdk/remove-mimpure-option-to-gcc.patch \
 	patches/idresolver_fix.patch \
-	patches/openjdk/6792400-Avoid_loading_Normalizer_resources.patch
+	patches/openjdk/6792400-Avoid_loading_Normalizer_resources.patch \
+	patches/coverage-table.patch
 
 if WITH_RHINO
 ICEDTEA_PATCHES += \
diff -r 1d8518a44858 -r e5b5280519ef NEWS
--- a/NEWS	Wed May 16 10:57:49 2012 +0100
+++ b/NEWS	Thu May 31 12:52:55 2012 +0200
@@ -12,6 +12,9 @@
 
 New in release 1.11.3 (2012-XX-XX):
 
+* Bug fixes
+  - PR1018: JVM fails due to SEGV during rendering some Unicode characters
+
 New in release 1.11.2 (2012-05-11):
 
 * Bug fixes
diff -r 1d8518a44858 -r e5b5280519ef patches/coverage-table.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/coverage-table.patch	Thu May 31 12:52:55 2012 +0200
@@ -0,0 +1,13 @@
+--- openjdk/jdk/src/share/native/sun/font/layout/CoverageTables.cpp	2012-05-01 23:18:32.000000000 +0200
++++ openjdk.orig/jdk/src/share/native/sun/font/layout/CoverageTables.cpp	2012-05-30 13:05:52.000000000 +0200
+@@ -71,6 +71,10 @@
+     le_uint16 probe = power;
+     le_uint16 index = 0;
+ 
++        if (count == 0) {
++                return -1;
++        }
++
+     if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
+         index = extra;
+     }



More information about the distro-pkg-dev mailing list