In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leaks When hcicmdsyncqueue() failed in hcileterminatebig() or hcilebigterminate(), the memory pointed by variable d is not freed, which will cause memory leak. Add release process to error path.