1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/dom/tests
Niels Dossche a136117eaa 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>
2024-04-14 21:16:07 +02:00
..
2021-05-26 13:21:43 +02:00
2021-06-29 17:13:02 +02:00
2021-05-26 13:21:43 +02:00
2021-05-26 13:21:43 +02:00
2023-10-18 17:34:10 +02:00
2023-08-26 18:42:29 +02:00
2023-07-14 14:37:11 +02:00
2023-07-11 23:02:01 +02:00
2023-10-18 19:21:43 +02:00