diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-08-22 13:32:13 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-08-22 13:32:13 +0000 |
commit | 9b1dd6825970041edeb046ab472f5ccaf83f6eff (patch) | |
tree | a7aa77c4d03ae59200867ad3d0cc8cd721ad6e1f /lib/libexpat/README.md | |
parent | 79c8afe488b572b9709e3f483f0281ed23a88a7d (diff) |
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
Diffstat (limited to 'lib/libexpat/README.md')
-rw-r--r-- | lib/libexpat/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/README.md b/lib/libexpat/README.md index 984e927e810..2c7e6ac4050 100644 --- a/lib/libexpat/README.md +++ b/lib/libexpat/README.md @@ -2,7 +2,7 @@ [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/libexpat/libexpat?svg=true)](https://ci.appveyor.com/project/libexpat/libexpat) -# Expat, Release 2.2.5 +# Expat, Release 2.2.6 This is Expat, a C library for parsing XML, started by [James Clark](https://en.wikipedia.org/wiki/James_Clark_(programmer)) in 1997. |