[PATCH] D31457: [asan] Add strndup/__strndup interceptors if targeting linux.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 11:45:51 PDT 2017


eugenis added a comment.

In https://reviews.llvm.org/D31457#759229, @pgousseau wrote:

> Invert arguments positions in Min call.


I don't think the order of the arguments matters here. Vitaly's comment was about READ_STRING vs READ_RANGE.


https://reviews.llvm.org/D31457





More information about the llvm-commits mailing list