[all-commits] [llvm/llvm-project] 1def98: [flang] Avoid forming a reference from null pointe...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Mar 11 12:35:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1def98d9f2eb2ae39e774369693e6f2f74551b7f
      https://github.com/llvm/llvm-project/commit/1def98d9f2eb2ae39e774369693e6f2f74551b7f
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M flang/lib/Parser/token-sequence.cpp

  Log Message:
  -----------
  [flang] Avoid forming a reference from null pointer (#84787)

Doing so is an undefined behavior.

This was detected by the undefined behavior sanitizer.



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