]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/policy: fixed NYIs (vararg function call)
authorMarek Vavruša <mvavrusa@cloudflare.com>
Thu, 31 May 2018 02:06:22 +0000 (19:06 -0700)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 7 Sep 2018 17:45:21 +0000 (10:45 -0700)
commite49f44a8fb499fdcdb1b77a02081617ac75fc89a
tree3f2989adeac018d98604843ad8c4d654f2fa18f0
parent2574cce68c937d6ff72cd9e09100311880b1928c
modules/policy: fixed NYIs (vararg function call)

* fixed NYI with vararg calls in policy filter
* fixed NYI with nil returns (incompatible with type pointer returned otherwise)
* fixed tail call returns exceeding trace loop counts
daemon/lua/kres.lua
modules/policy/policy.lua