]> git.ozlabs.org Git - petitboot/commit
lib/url: Include port in pb_url_to_string() v1.10.1
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Thu, 17 Jan 2019 02:32:24 +0000 (13:32 +1100)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Fri, 1 Feb 2019 00:07:50 +0000 (11:07 +1100)
commit28d0d7035ee3099935ef264db40a86142c098ec5
tree7bdc08eb8c6e3e1ccbf41c1f1616a9f6bdd33dcd
parent89cde533356d47b34a80679602c3900572b2dca6
lib/url: Include port in pb_url_to_string()

And include a pxe-parser test which uses a port in the path prefix to
exercise this. This could cause PXE discovery failures if parameters
such as pathprefix included a port in the URL.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
lib/url/url.c
test/parser/Makefile.am
test/parser/test-pxe-pathprefix-port.c [new file with mode: 0644]