[all-commits] [llvm/llvm-project] f44f02: [asan] Catch `initialization-order-fiasco` in modu...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Aug 16 21:00:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f44f02629274ea67aad23553ebc11042537758ad
      https://github.com/llvm/llvm-project/commit/f44f02629274ea67aad23553ebc11042537758ad
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/Instrumentation/AddressSanitizer/instrument_initializer_without_global.ll

  Log Message:
  -----------
  [asan] Catch `initialization-order-fiasco` in modules without globals (#104621)

Those modules still can have global constructors and access
globals in other modules which are not initialized yet.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list