[Lldb-commits] [PATCH] D45011: Prevent double release of mach ports

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 28 18:50:55 PDT 2018


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

valgrind/asan/msan aren't going to help - this is a pretty obscure stuff.  We could verify by hand that we're not leaking a port if this code was actually executed via lsmp(1) on macos, but Jim knows more about our MIG use than I do & I'm sure he's right that this code is never called.  LGTM.


https://reviews.llvm.org/D45011





More information about the lldb-commits mailing list