In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]media: coda: Add check for kmalloc[EOL][EOL]As the kmalloc may return NULL pointer,[EOL]it should be better to check the return value[EOL]in order to avoid NULL poineter dereference,[EOL]same as the others.