6 Jan
2023
6 Jan
'23
3:51 p.m.
Hello, The following filter causes bird2 to segfault: ```` filter test { case 2 { 1: accept; else: reject; } } ```` I have locally added `NEVER_CONSTANT` to `FI_SWITCH` instruction as a temporary workaround.