History log of /PHP-8.0/ext/xmlreader/tests/bug73246.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 272df442 22-Apr-2021 Christoph M. Becker

Fix #73246: XMLReader: encoding length not checked

libxml2 expects the passed encoding to be NUL terminated, so we reject
strings with NUL bytes right away.

Closes GH-6899.