Segfault on eval of case expression

Jiten Kumar Pathy noc at as207941.net
Fri Jan 6 16:51:04 CET 2023


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.


More information about the Bird-users mailing list