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

bt: shell: Fix possible overflows #60465

Merged
merged 4 commits into from
Jul 20, 2023

Commits on Jul 17, 2023

  1. bt: host: Fix possible buffer overflow

    Check in bt_conn_le_start_encryption if the given
    ltk fits in bt_conn.ltk before copying it.
    
    Signed-off-by: Flavio Ceolin <[email protected]>
    Flavio Ceolin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c374c61 View commit details
    Browse the repository at this point in the history
  2. bt: audio: shell: Fix possible buffer overflow

    Check the size of the search argument in cmd_mcc_send_search_raw
    before copying it.
    
    Signed-off-by: Flavio Ceolin <[email protected]>
    Flavio Ceolin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1010006 View commit details
    Browse the repository at this point in the history
  3. bt: audio: shell: Fix possible buffer overflow

    Check the size of the search argument in cmd_media_set_search
    before copying it.
    
    Signed-off-by: Flavio Ceolin <[email protected]>
    Flavio Ceolin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0bc1262 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. bt: mesh: shell: Fix possible buffer overflow

    Fix possible overflow in rpr_scan_report.
    
    Signed-off-by: Flavio Ceolin <[email protected]>
    Flavio Ceolin committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b64063f View commit details
    Browse the repository at this point in the history