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

pierre gousseau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 06:30:56 PDT 2017


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

Reverted the change in https://reviews.llvm.org/rL301909.
The change seems to cause 2 build failures.
Undeclared __interceptor_malloc in esan_interceptors.cc.
Undeclared strnlen on OSX buildbots.


Repository:
  rL LLVM

https://reviews.llvm.org/D31457





More information about the llvm-commits mailing list