CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/01/06 02:47:39
Modified files:
www/uriparser : Makefile distinfo
Log message:
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.
