History log of /php-src/ext/dom/tests/gh13960.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a136117e 14-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Make (DOM)XPath::quote only accept strings without NULL bytes (#13960)

* Make (DOM)XPath::quote only accept strings without NULL bytes

The reason is that libxml will cut off on a NU

Make (DOM)XPath::quote only accept strings without NULL bytes (#13960)

* Make (DOM)XPath::quote only accept strings without NULL bytes

The reason is that libxml will cut off on a NULL byte, and so strings
containing NULL bytes may not be necessarily safe even when coming out
of quoting.

* Add test

Co-authored-by: divinity76 <divinity76@gmail.com>

---------

Co-authored-by: divinity76 <divinity76@gmail.com>

show more ...