Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa7a761f authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "packet_fragmenter: fix potential memory leak" am: eee60acf am:...

Merge "packet_fragmenter: fix potential memory leak" am: eee60acf am: da402f95 am: 6ad8f087 am: 12a99ac5 am: 115b0ba5

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1900783



Change-Id: Ib15fa8802405fe0fbc5d750911b2772a8d168cfe
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 568b0885 115b0ba5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ static void reassemble_and_dispatch_iso(UNUSED_ATTR BT_HDR* packet) {
          ((boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) &&
           (iso_full_len <= packet->len))) {
        LOG_ERROR("%s corrupted ISO frame", __func__);
        buffer_allocator->free(packet);
        return;
      }