On Thu, Nov 09, 2023 at 07:59:47PM +0100, Thomas Haller wrote: > The "string" field is allocated, and the bison actions are expected to > take/free them. It's not const, and it should not be freed with free_const(). This ifname_expr_alloc() function does not modify the 'name' argument, this is really const.