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

Commit 7c4bb1a3 authored by Hui Peng's avatar Hui Peng Committed by Automerger Merge Worker
Browse files

Merge "Fix an OOB bug in on_remove_iso_data_path" into tm-dev am: b8354c4e

parents cd4ea903 b8354c4e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -308,6 +308,10 @@ struct iso_impl {
    uint8_t status;
    uint16_t conn_handle;

    if (len < 3) {
      LOG(WARNING) << __func__ << "Malformatted packet received";
      return;
    }
    STREAM_TO_UINT8(status, stream);
    STREAM_TO_UINT16(conn_handle, stream);