[PATCH] D34247: Add lsan interceptors for libdispatch functions on darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 12:16:07 PDT 2017


fjricci added a comment.

Looks like it was a bit racy, where in certain cases, a pointer would still be hanging out on the stack. Adding use_stacks=0 and use_registers=0 should fix things, will re-commit.


Repository:
  rL LLVM

https://reviews.llvm.org/D34247





More information about the llvm-commits mailing list