MaxKellermann/ferm

ferm dies when using @ipfilter within @if

elho opened this issue · 0 comments

elho commented

The following example did work in ferm 2.4, but causes ferm 2.5.1 and current git to die:

def $var = ();

domain ip {
    @if @ipfilter($var) {
    }
}

The newer ferm versions die in the final else branch of eval_bool().