]> git.ipfire.org Git - thirdparty/pdns.git/commit
Check all chars in the URL are valid URL chars.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 21 Jul 2023 12:23:02 +0000 (14:23 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 25 Jul 2023 07:20:19 +0000 (09:20 +0200)
commit35eb2fcffa40e7f70b716e99158efe72a0e864d9
tree88cb3c8d9847d4f6b49487cdd60ab914b5682c69
parent26f5d6058d8b0cf4ad2f8da729cb906796c297a0
Check all chars in the URL are valid URL chars.

Should probably (also) be done in YaHTTP::URL, though currently the
return value of YaHTTP::URL::parse() is completely ignored, so
there is no easy way to do.
pdns/Makefile.am
pdns/recursordist/ws-recursor.cc
pdns/test-webserver_cc.cc [new file with mode: 0644]
pdns/webserver.cc
pdns/webserver.hh