hanchenye-llvm-project/compiler-rt
Vedant Kumar f7e804157e [ubsan] Fix a faulty memory accessibility check
The dynamic type check needs to inspect vtables, but could crash if it
encounters a vtable pointer to inaccessible memory. In the first attempt
to fix the issue (r304437), we performed a memory accessibility check on
the wrong range of memory. This should *really* fix the problem.

Patch by Max Moroz!

Differential Revision: https://reviews.llvm.org/D34215

llvm-svn: 305489
2017-06-15 18:23:16 +00:00
..
cmake Allow builds to set COMPILER_RT_OS_DIR differently from CMAKE_SYSTEM_NAME 2017-05-24 22:41:49 +00:00
docs [sanitizers] Make it possible to XFAIL on the effective target, not just the default. 2016-08-09 11:50:53 +00:00
include [sanitizer-coverage] nuke more stale code 2017-06-02 00:52:35 +00:00
lib [ubsan] Fix a faulty memory accessibility check 2017-06-15 18:23:16 +00:00
test [ubsan] Fix a faulty memory accessibility check 2017-06-15 18:23:16 +00:00
unittests Add missing import 2017-04-07 01:24:48 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt CMake: don't try to use lld if we're not building it. 2017-06-05 15:10:04 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================