In the Linux kernel, the following vulnerability has been resolved:
batman-adv: bla: put backbone reference on failed claim hash insert
When batadvblaaddclaim() fails to insert a new claim into the hash, it leaked a reference to the backbonegw for which the claim was intended. Call batadvbackbonegwput() on the error path to release the reference and avoid leaking the backbonegw object.