Skip to content
Snippets Groups Projects
  1. Oct 03, 2022
  2. Sep 29, 2022
  3. Sep 28, 2022
  4. Sep 26, 2022
  5. Sep 23, 2022
  6. Sep 13, 2022
  7. Sep 12, 2022
  8. Sep 06, 2022
  9. Aug 25, 2022
    • Brian Delwiche's avatar
      Add missing increment in bnep_api.cc · 644f250a
      Brian Delwiche authored
      Bug: 228450451
      Test: manual, pair BT and play audio
      Tag: #security
      Ignore-AOSP-First: Security
      Change-Id: I3e832a8a438c6a7264eb7f2b65eacc717baf4db9
      644f250a
    • Brian Delwiche's avatar
      Added max buffer length check · 6b4acc4d
      Brian Delwiche authored
      Bug: 230867224
      Test: Manual -- paired Bluetooth headset and played audio
      Tags: #security
      Ignore-AOSP-First: Security
      Change-Id: I6f70db549b3fbc7f958ee70c679db438e9538472
      6b4acc4d
  10. Aug 24, 2022
  11. Aug 23, 2022
  12. Aug 22, 2022
  13. Aug 19, 2022
    • Keith Mok's avatar
      Add length check when copy AVDT and AVCT packet · 2459b5ec
      Keith Mok authored
      Previous fix for AVDT causing memory leak.
      And missing similar fix for AVCT packet.
      
      Bug: 232023771
      Test: make
      Tag: #security
      Ignore-AOSP-First: Security
      Merged-In: Ifa8ed1cd9ea118acba78bdfdf6d5861fad254a90
      Change-Id: Ifa8ed1cd9ea118acba78bdfdf6d5861fad254a90
      2459b5ec
  14. Aug 17, 2022
    • Qasim Javed's avatar
      Save UUIDs using properties rather than the pairing_cb_t · 1ecc7c64
      Qasim Javed authored
      The pairing_cb_t can be reset due to pairing state changes. We currently
      store UUIDs in the pairing_cb_t structure. Instead of that, we should
      save them using properties so that we can retrieve them later even if
      pairing_cb_t was reset.
      
      1. Upon discovery of classic UUIDs, get the existing "interesting" BLE
      UUIDs that we know of (if any) and union them with the newly discovered
      classic UUIDs.
      
      2. Upon discovery of BLE UUIDs, get the existing UUIDs that we know of
         and union them with newly discovered "interesting" BLE UUIDs
      
      This incorporates suggestions from Samsung because the original change
      was causing issues with LE Audio.
      
      Bug: 235407715
      Bug: 239483439
      Bug: 242007275
      Tag: #refactor
      Test: Samsung was running into issues with LE Audio and suggested the
      change after they tested it. I tested it manually using a JBL Flip 5.
      Merged-In: I31101f2607a3fe63bfec3b482f4dafceebe0ebe4
      
      Change-Id: I31101f2607a3fe63bfec3b482f4dafceebe0ebe4
      (cherry picked from commit 80fbe45254fa2d21b20b8e60c1358b87924afe31)
      1ecc7c64
  15. Aug 15, 2022
  16. Aug 13, 2022
  17. Aug 12, 2022
  18. Aug 11, 2022
    • Bill Yi's avatar
      Import translations. DO NOT MERGE ANYWHERE · dc17e836
      Bill Yi authored
      Auto-generated-cl: translation import
      Change-Id: Ic4f8f4c7f4fcce94b09c985b2d00414bcf649f9d
      dc17e836
    • Rahul Sabnis's avatar
      Ignore calls to set the address policy after it has already been set · 3baf1d6f
      Rahul Sabnis authored
      Bug: 239792403
      Bug: 237572866
      Bug: 195410559
      Change-Id: I92e7d482da8aa3afd9b7610fc0cf92f2c5357270
      Test: system/gd/cert/run --clean --sl4a OobPairingSl4aTest
      Test: system/gd/cert/run --clean --sl4a_sl4a OobPairingTest
      Tag: #refactor
      Ignore-AOSP-First: Security fix
      3baf1d6f
    • Rahul Sabnis's avatar
      Reconfigure Address policy on last bond removed · f4aa35ad
      Rahul Sabnis authored
      Bug: 237572866
      Bug: 195410559
      Test: system/gd/cert/run --clean --sl4a OobPairingSl4aTest
      Test: system/gd/cert/run --clean --sl4a_sl4a OobPairingTest
      Tag: #refactor
      Ignore-AOSP-First: Security fix
      Merged-In: Id1c22953c3921810d708e4aee7a8cfc0c4f97718
      Change-Id: Id1c22953c3921810d708e4aee7a8cfc0c4f97718
      (cherry picked from commit 66bfae6d)
      f4aa35ad
  19. Aug 10, 2022
  20. Aug 09, 2022
  21. Aug 07, 2022
  22. Aug 06, 2022
  23. Aug 04, 2022
    • Chienyuan's avatar
      AckPause when Create Connection Cancel fail · feaeffbe
      Chienyuan authored
      Bug: 239773749
      Test: gd/cert/run
      Tag: #refactor
      Change-Id: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616
      Merged-In: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616
      (cherry picked from commit 700b8a771b4a5e6b1208b4c4386e99646cbb9c4a)
      feaeffbe
    • Ted Wang's avatar
      Fix potential interger overflow when parsing vendor response · 62e29ee6
      Ted Wang authored
      Add check for str_len to prevent potential OOB read in vendor response.
      
      Bug: 205570663
      Tag: #security
      Test: net_test_stack:StackAvrcpTest
      Ignore-AOSP-First: Security
      Change-Id: Iea2c3e17c2c8cc56468c4456822e1c4c5c15f5bc
      Merged-Id: Iea2c3e17c2c8cc56468c4456822e1c4c5c15f5bc
      62e29ee6
    • Ted Wang's avatar
      Add length check when copy AVDTP packet · ed9a843c
      Ted Wang authored
      Bug: 232023771
      Test: make
      Tag: #security
      Ignore-AOSP-First: Security
      Change-Id: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b
      Merged-In: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b
      ed9a843c
  24. Aug 02, 2022
    • Rahul Arya's avatar
      Fix OOB in SDP server continuation length · 88f0414f
      Rahul Arya authored
      Before we read the continuation byte, we need to check
      that it is still within the packet bounds.
      
      Ignore-AOSP-First: Security fix
      Test: compiles
      Bug: 235102570
      Tag: #security
      Change-Id: Ib96293df0545e1ba848053a47202c5579e4cdccc
      (cherry picked from commit cbce3382)
      Merged-In: Ib96293df0545e1ba848053a47202c5579e4cdccc
      88f0414f
  25. Jul 31, 2022
Loading