[jfx21u] Integrated: 8313856: Replace VLA with malloc in pango

Jayathirth D V jdv at openjdk.org
Wed Aug 9 12:51:32 UTC 2023


On Wed, 9 Aug 2023 05:13:36 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

> This is backport of https://bugs.openjdk.org/browse/JDK-8313856 to jfx21u.
> 
> We should not use stack memory for large VLA allocations in pango.c

This pull request has now been integrated.

Changeset: 4ff0b7d8
Author:    Jayathirth D V <jdv at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.org/jfx21u/commit/4ff0b7d851bc78e2a3f806a6225d73e63b41a037
Stats:     26 lines in 1 file changed: 22 ins; 0 del; 4 mod

8313856: Replace VLA with malloc in pango

Backport-of: 1752b62320f9e42f6d0d2c1f8278cf2ab205a8f4

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

PR: https://git.openjdk.org/jfx21u/pull/8


More information about the openjfx-dev mailing list