[PATCH] D91670: Fix crash after looking up dwo_id=0 in CU index.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 11:43:33 PST 2020


MaskRay added a comment.

> then the check Rows[H].getSignature() != S won't fail

The condition fails. It should return `nullptr` but returned a Rows entry.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91670/new/

https://reviews.llvm.org/D91670



More information about the llvm-commits mailing list