parse_http_url(): Fail if no host is found when we expected one
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 May 2025 13:08:58 +0000 (15:08 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 18 Jun 2025 03:48:30 +0000 (05:48 +0200)
commitb8f5ec4d1a5eee00548fded12aba5b8d229a7bfb
tree21a7562304b6146941e7e5bc17963d2dc0f9015b
parent2d03b12f4f209d9c9cd17c993280fa1d9c21d790
parse_http_url(): Fail if no host is found when we expected one

This can happen in case of invalid requests in which case
Privoxy priviously would leak a couple of bytes of memory.
urlmatch.c