In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hcisync: fix memory leak in hciupdateadvdata()
When hcicmdsyncqueue() failed in hciupdateadvdata(), instptr is not freed, which will cause memory leak, convert to use ERRPTR/PTR_ERR to pass the instance to callback so no memory needs to be allocated.