From b40c0f028f37086991fefa9197708ba8c7b3d571 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 2 Jul 2019 10:45:53 +0200 Subject: Filter: Pre-evaluation of constant expressions --- conf/cf-lex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/cf-lex.l') diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 0aa9273f..38250d90 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -757,6 +757,7 @@ cf_pop_scope(void) { conf_this_scope->active = 0; conf_this_scope = conf_this_scope->next; + ASSERT(conf_this_scope); } -- cgit v1.2.3