In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Fix resource leaks on errors in lineinfochangednotify() On error handling paths, lineinfochangednotify() doesn't free the allocated resources which results leaks. Fix it.