In the Linux kernel, the following vulnerability has been resolved:
wifi: libertas: Fix possible refcount leak in ifusbprobe()
usbgetdev will be called before lbsgetfirmwareasync which means that usbputdev need to be called when lbsgetfirmwareasync fails.