[ASan] Replace the call to "vname" with "WRAP(vname)" in FORMAT_INTERCEPTOR_IMPL
It's incorrect to call the function by its name in the interceptor, because that means WRAP(vname) on Linux and REAL(vname) on OSX. This patch fixes asan/lit_tests/TestCases/printf-3.c on Mac. llvm-svn: 200749
Loading
Please register or sign in to comment