<div dir="ltr"><br>The patch series adds support for udp://addr:port@bindaddr:<wbr>bindport syntax to vlc_UrlParse(). <br>It also adds several test cases (ipv4 and ipv6) for it to src/test/url.c.<br><br>Two test cases (line 297 and 299) failed before the patch series where added and still fail<br>afterwards. To be more specific in file src/test/url.c it concerns the following lines:<br><br>297:   test_url_parse("p://caf\xc3\<a href="http://xa9.example.com" target="_blank">xa<wbr>9.example.com</a>", "p", NULL, NULL,<br>298:                  "<a href="http://xn--caf-dma.example.com" target="_blank">xn--caf-dma.example.com</a>", 0, NULL, NULL);<br>299:   test_url_parse("p://caf%C3%<a href="http://A9.example.com" target="_blank">A9.<wbr>example.com</a>", "p", NULL, NULL,<br>300:                  "<a href="http://xn--caf-dma.example.com" target="_blank">xn--caf-dma.example.com</a>", 0, NULL, NULL);<br><br></div>