Skip to content
Commit f1c48eb5 authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of...

[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of accessibility checks in memcmp.
1: memcmp(p1, p2, n) always checks n bytes
0: memcmp checks up to n bytes depending on whether the memory contents differ.

llvm-svn: 176256
parent 1cb95a17
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment