11 Commits

Author SHA1 Message Date
ajacoutot
f7d6d87be7 SECURITY update to uriparser-0.9.1.
* Fixed:
      Out-of-bounds read in uriParse*Ex* for incomplete URIs with IPv6
      addresses with embedded IPv4 address, e.g. "//[::44.1";
      mitigated if passed parameter <afterLast> points to readable memory
      containing a '\0' byte.
2019-01-06 09:47:39 +00:00
ajacoutot
08d7d2ba30 SECURITY update to uriparser-0.9.0:
- Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx*
- Detect integer overflow in uriComposeQuery* and uriComposeQueryEx*
- Protect uriResetUri* against acting on NULL input
2018-10-28 09:13:30 +00:00
ajacoutot
c690f29cc7 Update to uriparser-0.8.6.
- fix for a naty bug, more info here:
https://github.com/uriparser/uriparser/blob/uriparser-0.8.6/ChangeLog
2018-08-20 07:15:26 +00:00
ajacoutot
16e1d3675f uriparser development is on Github now. 2018-02-10 13:55:24 +00:00
ajacoutot
ac5bc86e27 Better HOMEPAGE. 2018-02-09 00:18:20 +00:00
sthen
beaeb214ff update to uriparser-0.8.5, from Björn Ketelaars 2018-02-08 13:01:30 +00:00
ajacoutot
962bbfd23a Update to uriparser-0.8.4. 2015-10-31 23:02:07 +00:00
jca
6e4e510795 Bugfix update to uriparser-0.8.3
NB: the upstream shared lib version got bumped but no symbol was added
2015-10-05 19:40:26 +00:00
ajacoutot
8a8a6f4e03 Update to uriparser-0.8.2. 2015-05-02 17:18:30 +00:00
rpe
d604ac59a2 Update to 0.8.1
feedback and OK aja@
2014-11-01 19:23:13 +00:00
bentley
55bebe1a61 Import uriparser-0.8.0.
uriparser is a strictly RFC 3986 compliant URI parsing and handling
library written in C. uriparser is cross-platform, fast, supports
Unicode and is licensed under the New BSD license.


ok sthen@ benoit@
2013-12-24 20:43:25 +00:00