]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[uri] Fix NULL dereference in parse_uri()
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>
Mon, 12 Apr 2010 15:15:44 +0000 (17:15 +0200)
committerMichael Brown <mcb30@ipxe.org>
Sun, 25 Apr 2010 16:21:49 +0000 (17:21 +0100)
commit4cb0bfe2916eb4252a38bdb300fb59619c5d9f9b
tree100d72939b5527cb1e2c742a238fc321302ec10c
parent132c391712b19fd76847f192d7523cf67d44f67f
[uri] Fix NULL dereference in parse_uri()

Don't try to parse authority if it's not there.

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/uri.c