[Lldb-commits] [PATCH] D158312: [debugserver] align received mach exception data before accessing it as array of uint64_t's, fix UB sanitizer failure

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 18 15:28:11 PDT 2023


jasonmolenda added a comment.

I'm going to land this one sans-approval to fix the CI bot.  but I still think

  self.runCmd("settings set target.process.extra-startup-command QSetLogging:bitmask=LOG_PROCESS|LOG_EXCEPTIONS|LOG_RNB_PACKETS|LOG_STEP;")

shouldn't be in a test case, even though it helpfully found this ubsan issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158312/new/

https://reviews.llvm.org/D158312



More information about the lldb-commits mailing list