Missing default_class key in coprocessor configuration crashes fsl_sub
In the coprocessor handling code when coprocessor_class is None it uses the cp_class_item function to obtain the class information. If default_class is missing then 'None' is passed in as cpclass which then causes a key error when looking up the configuration.