[compiler-rt] r267094 - [sanitizer] Allow the sanitizer allocator to use a non-fixed address range. An allocator with a non-fixed address range will be attack-resistan. NFC for the sanitizers at this point.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 02:48:45 PDT 2016


On 22 April 2016 at 02:08, Kostya Serebryany via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: kcc
> Date: Thu Apr 21 20:08:54 2016
> New Revision: 267094
>
> URL: http://llvm.org/viewvc/llvm-project?rev=267094&view=rev
> Log:
> [sanitizer] Allow the sanitizer allocator to use a non-fixed address range. An allocator with a non-fixed address range will be attack-resistan. NFC for the sanitizers at this point.

Hi Kostya,

I think this may have broken
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/7645

We're investigating...

cheers,
--renato


More information about the llvm-commits mailing list