mbox series

[BlueZ,0/1] bap: Fix crash in bap_bcast_remove

Message ID 20240716081131.14893-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series bap: Fix crash in bap_bcast_remove | expand

Message

Iulia Tanasescu July 16, 2024, 8:11 a.m. UTC
This adds a check for the PA request dequeued in bap_bcast_remove,
to avoid accessing a member within a NULL pointer.

Iulia Tanasescu (1):
  bap: Fix crash in bap_bcast_remove

 profiles/audio/bap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 73266377b0185c56c921b8cece257df428612d73

Comments

patchwork-bot+bluetooth@kernel.org July 18, 2024, 6:30 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 16 Jul 2024 11:11:30 +0300 you wrote:
> This adds a check for the PA request dequeued in bap_bcast_remove,
> to avoid accessing a member within a NULL pointer.
> 
> Iulia Tanasescu (1):
>   bap: Fix crash in bap_bcast_remove
> 
>  profiles/audio/bap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] bap: Fix crash in bap_bcast_remove
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0bad3d5cbea8

You are awesome, thank you!