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

2023-08-09 Thread Jayathirth D V
On Wed, 9 Aug 2023 05:13:36 GMT, Jayathirth D V 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

Integrated: 8313856: Replace VLA with malloc in pango

2023-08-08 Thread Jayathirth D V
On Mon, 7 Aug 2023 04:55:23 GMT, Jayathirth D V wrote: > We should not use stack for array memory allocations in JNI. > Updated pango.c to use malloc for arrays and release them at appropriate > places. This pull request has now been integrated. Changeset: 1752b623 Author:Jayathirth D V C