[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-2d-dev
Subject:    Re: [OpenJDK 2D-Dev] RFR: 8u60 backport of 8080163: Uninitialised variable in
From:       Sergey Bylokhov <Sergey.Bylokhov () oracle ! com>
Date:       2015-06-15 18:18:04
Message-ID: 557F16DC.7060707 () oracle ! com
[Download RAW message or body]

Looks fine.

On 15.06.15 21:08, Phil Race wrote:
> Simple one line backport to 8u60 for review ..
>
> 9 changeset: http://hg.openjdk.java.net/jdk9/client/jdk/rev/85a1af70df88
>
> same for 8u60 :
> diff --git a/src/share/native/sun/font/layout/LookupProcessor.cpp 
> b/src/share/native/sun/font/layout/LookupProcessor.cpp
> --- a/src/share/native/sun/font/layout/LookupProcessor.cpp
> +++ b/src/share/native/sun/font/layout/LookupProcessor.cpp
> @@ -175,7 +175,7 @@
>    LEReferenceTo<LangSysTable> langSysTable;
>      le_uint16 featureCount = 0;
>      le_uint16 lookupListCount = 0;
> -    le_uint16 requiredFeatureIndex;
> +    le_uint16 requiredFeatureIndex = 0xFFFF;
>
>      if (LE_FAILURE(success)) {
>          return;
>
> -phil.


-- 
Best regards, Sergey.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic