[llvm-commits] [compiler-rt] r173021 - in /compiler-rt/trunk/lib/asan: asan_intercepted_functions.h asan_mapping.h tests/CMakeLists.txt tests/asan_noinst_test.cc

Kostya Serebryany kcc at google.com
Mon Jan 21 03:13:00 PST 2013


On Mon, Jan 21, 2013 at 2:51 PM, Alexey Samsonov <samsonov at google.com>wrote:

> +  // In zero-based shadow mode we treat addresses near zero as addresses
> +  // in shadow gap as well.
> +  if (ASAN_FLEXIBLE_MAPPING_AND_OFFSET)
>
Is this the right condition?

> +    return a <= kShadowGapEnd;
>    return a >= kShadowGapBeg && a <= kShadowGapEnd;
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/38288f60/attachment.html>


More information about the llvm-commits mailing list