[PATCH] D68431: [msan] Add interceptors: crypt, crypt_r.
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 10:06:42 PDT 2019
uweigand added a comment.
The Posix/crypt.cpp test case fails on my system with:
/home/uweigand/llvm/llvm-head/projects/compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp:18:15: error: use of undeclared identifier 'crypt'
char *p = crypt("abcdef", "$1$");
I believe the test case is missing a
#include <crypt.h>
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68431/new/
https://reviews.llvm.org/D68431
More information about the llvm-commits
mailing list