summaryrefslogtreecommitdiffstats
path: root/lib/libexpat/tests/structdata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierbluhm2019-09-251-93/+86
| | | | | | in our tree. Relevant is only bug fix #240. Most of the upstream diff is automated source format change. OK deraadt@
* Update libexpat to 2.2.6. Relevant for OpenBSD isbluhm2018-08-221-1/+1
| | | | | | | | - Avoid doing arithmetic with NULL pointers in XML_GetBuffer - Fix 2.2.5 regression with suspend-resume while parsing a document like '<root/>' - Address compiler warnings - Fix miscellaneous typos
* Update libexpat to 2.2.5. Changes for OpenBSD include a few bugbluhm2017-11-021-0/+162
fixes, no library bump needed. OK deraadt@