In the Linux kernel, the following vulnerability has been resolved: uacce: fix cdev handling in the cleanup path When cdev_device_add fails, it internally releases the cdev memory, and if cdev_device_del is then executed, it will cause a hang error. To fix it, we check the return value of cdev_device_add() and clear uacce->cdev to avoid calling cdev_device_del in the uacce_remove.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | n/a |
| Linux | Linux | Google Chrome prior to 61.0.3163.100 for Linux, Windows and Mac |
| Linux | Linux | Version 1607 for x64-based Systems |
| Linux | Linux | Version 1709 for 32-bit Systems |