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

Commit 2a70a743 authored by Kevin Jeon's avatar Kevin Jeon Committed by Gerrit Code Review
Browse files

Merge "Add pointer dereference in debuggerd error msg"

parents b2fdbef4 06af624e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ bool debuggerd_trigger_dump(pid_t tid, DebuggerdDumpType dump_type, unsigned int
      log_error(output_fd, 0,
                "received packet of unexpected length from tombstoned while reading %s response: "
                "expected %zd, received %zd",
                kind, sizeof(response), rc);
                kind, sizeof(*response), rc);
      return false;
    }
    return true;