Skip to content
Commit cb510e50 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[asan] implement more strict checking for memset/etc parameters. Instead of...

[asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all

llvm-svn: 171198
parent 405d6813
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