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

Commits on Aug 21, 2023

  1. Bluetooth: controller: Check minimum sizes of adv PDUs

    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)
    carlescufi authored and github-actions[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b519f30 View commit details
    Browse the repository at this point in the history