CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/22 07:32:12
Modified files:
lib/libexpat : Changes README.md
lib/libexpat/examples: elements.c
lib/libexpat/lib: expat.h siphash.h xmlparse.c xmltok_impl.c
lib/libexpat/tests: runtests.c structdata.c
Log message:
Update libexpat to 2.2.6. Relevant for OpenBSD is
- 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