On Mon, 30 Mar 2026 18:48:54 GMT, Kevin Rushforth <[email protected]> wrote:

> This PR fixes a bug where an uninitialized `type` variable is stored in the 
> struct passed into the method and later could be used in computation.
> 
> This bug should never actually happen, since the switch statement already 
> covers all valid types. However, it should be fixed as a best-practice.
> 
> NOTE: This fix is in Mac-specific platform code. All code in coretext.c is 
> under an ifdef for Apple.

This pull request has now been integrated.

Changeset: 56ec1004
Author:    Kevin Rushforth <[email protected]>
URL:       
https://git.openjdk.org/jfx/commit/56ec1004052c752f464c39976c18e5afefa6fe1c
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8379209: Uninitialised variable in pathApplierFunctionFast of coretext.c

Reviewed-by: arapte, jdv

-------------

PR: https://git.openjdk.org/jfx/pull/2133

Reply via email to