"llvm/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0d1fd55c13d99a056dd88cd2fdde33eb62562271"
Fix null dereference in yaml::Document::skip
Summary: The attached test case replicates a null dereference crash in `yaml::Document::skip()`. This was fixed by adding a check and early return in the method. Reviewers: Bigcheese, hintonda, beanz Reviewed By: hintonda Subscribers: hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69974
Loading
Please register or sign in to comment