History log of /php-src/ext/dom/tests/gh16039.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 043b9e1f 25-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16039: Segmentation fault (access null pointer) in ext/dom/parentnode/tree.c

dom_object_get_node() can fail if we don't have a user object
associated.

Closes GH-16056.