[PATCH] D14918: [tsan] Fix CallocOverflow unit test on OS X

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 05:27:05 PST 2015


dvyukov added a comment.

Can we use __interceptor_calloc instead like in other tests? Behavior in such case will be closer to user programs as the interceptor can also contain some logic.


http://reviews.llvm.org/D14918





More information about the llvm-commits mailing list