Update libexpat to 2.2.6. Relevant for OpenBSD is
authorbluhm <bluhm@openbsd.org>
Wed, 22 Aug 2018 13:32:11 +0000 (13:32 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 22 Aug 2018 13:32:11 +0000 (13:32 +0000)
commit797786e54884732e2b7e4427671c26243d9ea29f
tree0c08b20de93e10983072b3a22d7db613ed1a5c76
parentfc343cf934d04b41f9abaa99e672a3beee955880
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
lib/libexpat/Changes
lib/libexpat/README.md
lib/libexpat/examples/elements.c
lib/libexpat/lib/expat.h
lib/libexpat/lib/siphash.h
lib/libexpat/lib/xmlparse.c
lib/libexpat/lib/xmltok_impl.c
lib/libexpat/tests/runtests.c
lib/libexpat/tests/structdata.c