mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
9a1030a4d6
Summary: Without this check the following case failed: Skip a SubBlock which is not a MODULE_BLOCK_ID nor a BLOCKINFO_BLOCK_ID Got to end of file TheModule would still be == nullptr, and we would subsequentially fail when materializing the Module (assert at the start of BitcodeReader::MaterializeModule). Bug found with AFL. Reviewers: dexonsmith, rafael Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D9014 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234887 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
invalid-abbrev.bc | ||
invalid-align.bc | ||
invalid-bad-abbrev-number.bc | ||
invalid-bitwidth.bc | ||
invalid-extractval-array-idx.bc | ||
invalid-extractval-struct-idx.bc | ||
invalid-extractval-too-many-idxs.bc | ||
invalid-gep-mismatched-explicit-type.bc | ||
invalid-gep-operator-mismatched-explicit-type.bc | ||
invalid-insertval-array-idx.bc | ||
invalid-insertval-struct-idx.bc | ||
invalid-insertval-too-many-idxs.bc | ||
invalid-load-mismatched-explicit-type.bc | ||
invalid-no-proper-module.bc | ||
invalid-pr20485.bc | ||
invalid-type-table-forward-ref.bc | ||
invalid-unexpected-eof.bc |