On Thu, 10 Oct 2024 08:57:44 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> In symtab.c there is some coding where hcreate_r is used. We should check the > return value of the call (previously there was some guarantee checking the > return value but uncommented). > > This has been discussed in the PR of > [JDK-8341722](https://bugs.openjdk.org/browse/JDK-8341722) . This pull request has now been integrated. Changeset: 7c0dbf8e Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7c0dbf8e9c69d51aa8e06305e4483002116019f4 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod 8341820: Check return value of hcreate_r Reviewed-by: cjplummer, lucy ------------- PR: https://git.openjdk.org/jdk/pull/21445