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

[Backport v2.7-branch] Bluetooth: controller: Check minimum sizes of adv PDUs #61694

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Aug 21, 2023

Backport 3f0d701 from #61651.

Fixes #61784.

While the maximum sizes were already correctly checked by the code, the
minimum sizes of the PDUs were not. This meant that PDUs smaller than
the minimum required length (typically 6 bytes for AdvA) were
incorrectly forwarded up to the Host.

Signed-off-by: Carles Cufi <[email protected]>
(cherry picked from commit 3f0d701)
@fabiobaltieri
Copy link
Member

@carlescufi can you add a tracking issue?

@carlescufi
Copy link
Member

@carlescufi can you add a tracking issue?

Done

@cfriedt
Copy link
Member

cfriedt commented Sep 5, 2023

Trying to merge this one (with "rebase and merge"), but I'm unable to for some reason.

@fabiobaltieri
Copy link
Member

Trying to merge this one (with "rebase and merge"), but I'm unable to for some reason.

Keep trying, the other failing one worked now.

@cfriedt cfriedt merged commit 4a3b59d into v2.7-branch Sep 6, 2023
23 checks passed
@nashif nashif deleted the backport-61651-to-v2.7-branch branch February 13, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Controller area: Bluetooth Backport Backport PR and backport failure issues
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants