On Fri, 3 Apr 2026 21:57:12 GMT, Alexander Matveev <[email protected]> wrote:

>> - Fixed potential NULL pointer dereference.
>> - Tested on all platforms with all supported media files.
>
> Alexander Matveev has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   8379206: 4 Null pointer dereference defect groups in 4 glib files [v4]

8379206: 4 Null pointer dereference defect groups in 4 glib files [v2]
- Remove dead code and undo unnecessary NULL check.
8379206: 4 Null pointer dereference defect groups in 4 glib files [v3]
- Fixed typo
8379206: 4 Null pointer dereference defect groups in 4 glib files [v4]
- Undo unnecessary NULL checks in `canonicalize_key`. Original NULL check was 
done in `canonicalize_key` in `gbinding.c` which was needed in way it was 
called. I copy paste it to another `canonicalize_key`, but it is not needed, 
since parameter which will be pass to `canonicalize_key` is from `g_strdup` and 
it will terminate application if memory allocation fails.

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

PR Comment: https://git.openjdk.org/jfx/pull/2122#issuecomment-4185374220

Reply via email to