Bug? Calendar widget crash

Hi,
I (by chance) may find a bug of Calendar widget (V7.11). The following code:
date = (lv_calendar_date_t){.year = 2079, .month= 25, .day=33};
lv_calendar_set_today_date(cal, &date);
lv_calendar_set_showed_date(cal, &date);
will cause the widget to crash the whole app. Yes I know the parameters feed to the function is illegal, but don’t expect it to crash the whole application. Maybe some assertions or parameters check is better?

Hi,

Could you debug what caused the crash?