In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata 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 iacsss3ahmem_decode(). Adding a check to fix this potential issue.