]> 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)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 30 Aug 2023 11:56:33 +0000 (13:56 +0200)
commit7c86934457c6ed5cdb566d13fe7d8a036925cefe
tree29c20f156d97a10f3d51944b0d3eb47900ab8065
parentf4642c6b9daf9c9e37439bc2b50d41da45693dec
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.

(cherry picked from commit 35eb2fcffa40e7f70b716e99158efe72a0e864d9)
pdns/Makefile.am
pdns/recursordist/ws-recursor.cc
pdns/test-webserver_cc.cc [new file with mode: 0644]
pdns/webserver.cc
pdns/webserver.hh