[all-commits] [llvm/llvm-project] 4b10d1: [compiler-rt] Fixing UB on Windows for trampoline ...

Zack Johnson via All-commits all-commits at lists.llvm.org
Tue Mar 19 06:16:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b10d1fdd31f46a9cdf3e7a196f9934d766a922f
      https://github.com/llvm/llvm-project/commit/4b10d1fdd31f46a9cdf3e7a196f9934d766a922f
  Author: Zack Johnson <zacklj89 at gmail.com>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
    M compiler-rt/lib/interception/interception_win.cpp

  Log Message:
  -----------
  [compiler-rt] Fixing UB on Windows for trampoline allocations (#85639)

Fixing the type of the constant to avoid undefined behavior with respect
to overflow.



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