summaryrefslogtreecommitdiffstats
path: root/lib/libexpat/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395bluhm2020-12-291-73/+113
| | | | | #398 #404 #405 and other changes #354 #355 #412. OK deraadt@
* Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierbluhm2019-09-2511-9318/+8491
| | | | | | 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.7. Relevant for OpenBSD is only the fix forbluhm2019-06-291-1/+1
| | | | | | CVE-2018-20843, a potential denial-of-service in libexpat due to high RAM and CPU usage. OK deraadt@
* Update libexpat to 2.2.6. Relevant for OpenBSD isbluhm2018-08-222-288/+329
| | | | | | | | - 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-027-536/+1003
| | | | | fixes, no library bump needed. OK deraadt@
* Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.bluhm2017-08-239-46/+296
| | | | OK deraadt@
* Update libexpat to 2.2.3. Only few changes affect OpenBSD.bluhm2017-08-044-431/+8862
| | | | OK deraadt@
* Update libexpat to 2.2.2. Fixes NULL parser dereference.bluhm2017-07-193-11/+19
| | | | no objections deraadt@
* Add ULL suffix to 64 bit constants. This avoids compiler warningsbluhm2017-07-061-1/+1
| | | | | | | on i386 and allows to compile the C++ test. Upstream dropped the ULL in an insufficient attempt to make the siphash code C89 compatible. Their fix will be more complicated. No binary change.
* Add test suite source files for expat 2.2.1.bluhm2017-06-3012-0/+4557