diff options
| author | Marcin Koscielnicki <koriakin@0x04.net> | 2016-04-15 20:00:12 +0000 |
|---|---|---|
| committer | Marcin Koscielnicki <koriakin@0x04.net> | 2016-04-15 20:00:12 +0000 |
| commit | 0a91cf8a8445dd35d75345160d97d50c32fe655b (patch) | |
| tree | 67d9e5be83ac751fb09fb1d22b62ba847237660e /compiler-rt/lib/sanitizer_common/sanitizer_linux.h | |
| parent | 6e648ea533bbd8f855e4a53faa39b483ef06d27c (diff) | |
| download | bcm5719-llvm-0a91cf8a8445dd35d75345160d97d50c32fe655b.tar.gz bcm5719-llvm-0a91cf8a8445dd35d75345160d97d50c32fe655b.zip | |
Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143."
This reverts commit r266297.
llvm-svn: 266470
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_linux.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_linux.h b/compiler-rt/lib/sanitizer_common/sanitizer_linux.h index 43fc6d615c4..a61198ff47a 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_linux.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_linux.h @@ -83,11 +83,6 @@ bool LibraryNameIs(const char *full_name, const char *base_name); // Call cb for each region mapped by map. void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)); - -#ifdef __s390x__ -// Aborts the process if running on a kernel without a fix for CVE-2016-2143. -void AvoidCVE_2016_2143(); -#endif } // namespace __sanitizer #endif // SANITIZER_FREEBSD || SANITIZER_LINUX |

