[all-commits] [llvm/llvm-project] 023f8b: [hwasan] Increase allocator space for non-android ...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Mar 8 14:12:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 023f8b08dbf8ca9cbe8842266106e8470d65af34
      https://github.com/llvm/llvm-project/commit/023f8b08dbf8ca9cbe8842266106e8470d65af34
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_allocator.h
    M compiler-rt/test/hwasan/TestCases/Linux/decorate-proc-maps.c
    M compiler-rt/test/hwasan/TestCases/use-after-free.c

  Log Message:
  -----------
  [hwasan] Increase allocator space for non-android Linux

This is max acceptable value with pow of 2 for DefaultSizeClassMap, the
same as for ASAN.

Reviewed By: kstoimenov

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




More information about the All-commits mailing list