[llvm] [NativePDB] Fix crash in llvm-pdbutil (PR #164871)
Vladimir Gorsunov via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 25 13:52:13 PDT 2025
================
@@ -0,0 +1,10 @@
+; Test that the native PDB reader isn't crashed by index value bigger than
+; number of types in TPI stream
+; RUN: llvm-pdbutil dump %p/../Inputs/empty.pdb --type-index=20000000\
----------------
gv wrote:
Yes it has and it ts, added it to the test
https://github.com/llvm/llvm-project/pull/164871
More information about the llvm-commits
mailing list