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