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

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 28 18:35:20 PDT 2018


davide added a comment.

I'm not particularly worried about testing double-free behavior, FWIW.
Ideally we should, but, I really understand it's a PITA. I think we might get this for free when testing msan/asan (or just running under valgrind), assuming there was already coverage for this path.
(and if there wasn't, well, it's a separate issue).


https://reviews.llvm.org/D45011





More information about the lldb-commits mailing list