php-src/ext/dom
Christoph M. Becker f15f8fc573
Fix #79971: special character is breaking the path in xml function
The libxml based XML functions accepting a filename actually accept
URIs with possibly percent-encoded characters.  Percent-encoded NUL
bytes lead to truncation, like non-encoded NUL bytes would.  We catch
those, and let the functions fail with a respective warning.
2021-11-14 23:24:33 -08:00
..
tests Fix #79971: special character is breaking the path in xml function 2021-11-14 23:24:33 -08:00
attr.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
cdatasection.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
characterdata.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
comment.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
document.c Fix #80268: loadHTML() truncates at NUL bytes 2020-10-26 13:08:05 +01:00
documentfragment.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
documenttype.c Merge branch 'PHP-7.2' into PHP-7.3 2019-05-17 13:32:13 +02:00
dom_ce.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dom_fe.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dom_iterators.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dom_properties.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domconfiguration.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domerror.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domerrorhandler.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domexception.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domimplementation.c Fix #79971: special character is breaking the path in xml function 2021-11-14 23:24:33 -08:00
domimplementationlist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domimplementationsource.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domlocator.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
domstringlist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
element.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
entity.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
entityreference.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
namednodemap.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
namelist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
node.c Fix #79271: DOMDocumentType::$childNodes is NULL 2020-02-17 09:07:54 +01:00
nodelist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
notation.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_dom.c Fix memory leak introduced by fixing bug #78221 2020-04-08 10:35:54 +02:00
php_dom.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
processinginstruction.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
string_extend.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
text.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
typeinfo.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
userdatahandler.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
xml_common.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
xpath.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00