summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* hwasan: Untag global variable addresses in tests.Peter Collingbourne2019-08-051-3/+5
| | | | | | | | | | | | Once we start instrumenting globals, all addresses including those of string literals that we pass to the operating system will start being tagged. Since we can't rely on the operating system to be able to cope with these addresses, we need to untag them before passing them to the operating system. This change introduces a macro that does so and uses it everywhere it is needed. Differential Revision: https://reviews.llvm.org/D65768 llvm-svn: 367938
* More follow-up to r367851Nico Weber2019-08-051-1/+1
| | | | llvm-svn: 367856
* compiler-rt: Rename cc files in test/hwasan/TestCases subdirectories as wellNico Weber2019-08-051-0/+46
Should've been part of r367849. llvm-svn: 367851
OpenPOWER on IntegriCloud