In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties() function calls: dwc->usbpsy = powersupplygetbyname(usbpsy_name); so there is some additional clean up required on these error paths.