[PATCH] D19921: [esan] EfficiencySanitizer shadow memory

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 05:07:40 PDT 2016


filcab added a comment.

ASan is not ignoring this issue. ASan's mapping makes any
shadow(shadow(x)) end up in the shadow gap, which is protected against
reading and writing.

Filipe


http://reviews.llvm.org/D19921





More information about the llvm-commits mailing list