In the Linux kernel, the following vulnerability has been resolved:
media: atomisp: Add check for rgby_data memory allocation failure
In iacss3astatisticsallocate(), there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the assert(hoststats->rgbydata) assertion in iacsss3ahmemdecode(). Adding a check to fix this potential issue.