Clang analyzer warns about dead assignment "order_base = base_order[base];" on S3_0 legacysave.c:1619.
Haven't looked closely, but seems to me that there's a real bug in there that it's not used, but the original 'base' gets used (so the base_order gets ignored)
Clang analyzer warns about dead assignment "order_base = base_order[base];" on S3_0 legacysave.c:1619.
Haven't looked closely, but seems to me that there's a real bug in there that it's not used, but the original 'base' gets used (so the base_order gets ignored)