]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/utils kr_straddr_socket(): support mempools
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 8 Apr 2019 13:52:18 +0000 (15:52 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 11 Apr 2019 07:12:49 +0000 (09:12 +0200)
commit39d1e63b332fc5e82bb6cffe7bace0da27f7b422
tree742eec47f45b05d82ef6e9dd4006b9c56244a39c
parentd1a229ae9f1f4b9b82df815d88de2d0597faf933
lib/utils kr_straddr_socket(): support mempools

"Unfortunately", for FFI-bound C functions there it doesn't hold that
missing parameters would be converted to nil/NULL.
Still, this function seems unlikely to have been used outside the repo.
daemon/bindings/net.c
daemon/lua/kres-gen.lua
lib/utils.c
lib/utils.h
modules/http/http_doh.lua
modules/http/http_doh.test.lua
modules/policy/policy.lua