Disallow nonexisting startunit types
rs_common_units() does not require all startunits types to be present. Startunits validation should check that unit types are available. Currently non-existent startunit leads to failing assert / crash.
I checked on GitHub rssanity.c, what do you think about this additional check?
rs_common_units() does not require all startunits types to be present. Startunits validation should check that unit types are available. Currently non-existent startunit leads to failing assert / crash.