Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: controller: legacy: Fix Tx pool corruption #22970

Merged

Conversation

cvinayak
Copy link
Contributor

Fix Tx pool from being corrupted when rough central device
uses invalid packet sequence numbers, causing NULL pointer
to be released into free data Tx pool.

Fixes #22968.

Signed-off-by: Vinayak Kariappa Chettimada vich@nordicsemi.no

Fix Tx pool from being corrupted when rough central device
uses invalid packet sequence numbers, causing NULL pointer
to be released into free data Tx pool.

Fixes zephyrproject-rtos#22968.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
@aescolar aescolar added the bug The issue is a bug, or the PR is fixing a bug label Feb 21, 2020
@aescolar
Copy link
Member

aescolar commented Feb 21, 2020

@cvinayak want this merged for 2.2?
+
if you also want backported you will probably need to remember to create a new PR to that branch

@jhedberg jhedberg added this to the v2.2.0 milestone Feb 27, 2020
@jhedberg jhedberg merged commit 7a3e29a into zephyrproject-rtos:master Feb 27, 2020
@cvinayak cvinayak deleted the github_inval_sequence_legacy_fix branch March 1, 2021 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: controller: LEGACY: ASSERTION failure on invalid packet sequence
5 participants