In the Linux kernel, the following vulnerability has been resolved:
btrfs: handle errors from btrfsdecref() properly
In walkupproc() we BUGON(ret) from btrfsdec_ref(). This is incorrect, we have proper error handling here, return the error.