Integrated: 8362846: Windows error reporting for dll_load doesn't check for a null buffer

David Holmes dholmes at openjdk.org
Wed Jul 23 00:40:08 UTC 2025


On Tue, 22 Jul 2025 00:31:39 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this simple fix for some missing null checks in `os::dll_load`. The primary issue handles Windows, while the additional is for Linux/BSD.
> 
> Testing:
> - new gtest
> - tiers 1-3
> 
> Thanks

This pull request has now been integrated.

Changeset: 0735dc27
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0735dc27c71de46896afd2f0f608319304a3d549
Stats:     23 lines in 4 files changed: 22 ins; 0 del; 1 mod

8362846: Windows error reporting for dll_load doesn't check for a null buffer
8362954: Missing error buffer null check in os::dll_load on Linux/BSD

Reviewed-by: mgronlun, kbarrett

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

PR: https://git.openjdk.org/jdk/pull/26420


More information about the hotspot-runtime-dev mailing list