]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit allowed URL/URI size to 8192 bytes in the parser
authorAram Sargsyan <aram@isc.org>
Thu, 18 Jun 2026 09:03:46 +0000 (09:03 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 7 Jul 2026 10:08:04 +0000 (10:08 +0000)
commitefa8ca226761aef210fab958cc68d58eaa8c7140
tree58fb89f2fdae58c728eed33c915acf0936648e72
parent874f34545fc051bef33f2443502cfdc62b9a1f74
Limit allowed URL/URI size to 8192 bytes in the parser

RFC 9110 Section 4.1 recommends at least 8000 octets, and 65535
is too excessive. Limit the maximum length to 8192 octets.
lib/isc/include/isc/url.h
lib/isc/url.c
tests/isc/url_test.c