RFR: 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 14:36:48 GMT, Markus Grönlund <mgronlun 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
>
> Seems to be broader than just Windows?

Thanks for the reviews @mgronlun and @kimbarrett !

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

PR Comment: https://git.openjdk.org/jdk/pull/26420#issuecomment-3105244854


More information about the hotspot-runtime-dev mailing list