Hi,
While upmerging our project from SDK 15.3.0 to 17.0.0 we faced an issue in the sdc_handler due to usage of a NULL pointer.
In the case SDC_EVT_INIT if the p_event->result is not SDC_SUCCESS the block_dev_sdc_uninit function is called. It in turn sets m_active_sdc_dev = NULL (line 223) if uninit is success.
Then when calling the "if (m_active_sdc_dev->p_work->ev_handler)" in the sdc_handler at line 93 a NULL pointer is used.
Do you confirm this ?
Could you provide a solution ?
Thanks in advance