pdbdump calls DbiStreamBuilder::commit through PDBFileBuilder::commit
without calling DbiStreamBuilder::finalize. Because finalize initializes
Header member, Header remained nullptr which caused a crash bug.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/DebugInfo/PDB/pdbdump-readwrite.test | ||
---|---|---|
5 ↗ | (On Diff #66731) | Why remove this run line? |
Comment Actions
I had a temporary patch between this one and origin/head, and that appeared as deleted lines. Updated the right patch.