Recent commit
727db8b4 was lacking a NULL ACL descriptor to terminate
the array, causing a random behaviour upon startup. No backport is needed.
/* Note: must not be declared <const> as its list will be overwritten */
static struct acl_kw_list acl_kws = {{ },{
{ "res.comp", NULL, acl_parse_nothing, acl_match_nothing },
+ { /* END */ },
}};
/* Note: must not be declared <const> as its list will be overwritten */