Skip to content
Snippets Groups Projects
  1. Nov 19, 2021
  2. Nov 18, 2021
  3. Nov 17, 2021
  4. Nov 16, 2021
    • Treehugger Robot's avatar
      88f23b24
    • William Escande's avatar
      Fix a2dp p_db re-use for discovery · fd2ddd43
      William Escande authored
      A2DP_FindService use a global to store the tSDP_DISCOVERY_DB.
      This global was not clean in case of an error process and was reused on
      next call. if the size was dynamic (like in the fuzzer) it could
      generate an overflow. Current code is using a constant size so the
      overflow can not happen. Still fixing this to not be possible
      
      Bug: 203777533
      Test: Manual testing to ensure it crash without this fix.
      Tag: #stability
      Change-Id: Ic170b4a5e1a2bb62dbb229a4db33978ee42cda86
      fd2ddd43
    • Jakub Pawlowski's avatar
      Merge changes I5a9b1168,I5f2f7627 · 1930d630
      Jakub Pawlowski authored
      * changes:
        Fix abort of the sanitizer
        New LC3 Encoder
      1930d630
    • Jakub Pawlowski's avatar
      Fix abort of the sanitizer · dbdda238
      Jakub Pawlowski authored
      Bug: 150670922
      Tag: #feature
      Change-Id: I5a9b1168a623d6b064aaf51d30b5994d6a79a2dc
      dbdda238
    • Yi Kong's avatar
      Fix build with global ThinLTO · 52e4d674
      Yi Kong authored
      These targets use symbols from some shared libs that happens to be
      re-exported by one of the static libs in non-LTO mode. ThinLTO is more
      aggressive/accurate at pruning unused symbols, thus the build fails due
      to missing symbols.
      
      Fixed by explicitly listing the dependent shared libs.
      
      Bug: 195134194
      Test: m GLOBAL_THINLTO=true device-tests
      Change-Id: I5e9387a92ea7d10dcd6f0aa5a002e567478a8cdb
      52e4d674
  5. Nov 15, 2021
Loading