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. Marked as reviewed by jdv (Committer). ------------- PR Review: https://git.openjdk.org/jfx/pull/2133#pullrequestreview-4051434172
