In the Linux kernel, the following vulnerability has been resolved:
HID: playstation: Add missing check for inputffcreatememless
The psgamepadcreate() function calls inputffcreatememless() without verifying its return value, which can lead to incorrect behavior or potential crashes when FF effects are triggered.
Add a check for the return value of inputffcreatememless().