[all-commits] [llvm/llvm-project] c15e58: [clang][Interp] Fix nullptr array dereferencing (#...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sun Jan 7 23:33:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c15e5836d49763e43736d13eb4b873e01dcc9ef0
      https://github.com/llvm/llvm-project/commit/c15e5836d49763e43736d13eb4b873e01dcc9ef0
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/test/AST/Interp/arrays.cpp

  Log Message:
  -----------
  [clang][Interp] Fix nullptr array dereferencing (#75798)

The attached test case would cause an assertion failure in Pointer.h
when operating on a null pointer.




More information about the All-commits mailing list