[all-commits] [llvm/llvm-project] c6805e: [libDebugInfo] Prevent infinite recursion in DWARF...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Thu Dec 7 14:39:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6805ea44af3bfd57e6b46f2d65ec6b0d0d6c64a
https://github.com/llvm/llvm-project/commit/c6805ea44af3bfd57e6b46f2d65ec6b0d0d6c64a
Author: Adrian Prantl <adrian-prantl at users.noreply.github.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)
when run on invalid input.
More information about the All-commits
mailing list