[PATCH] D61279: [PDB] Fixed null pointer dereference

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 02:35:44 PDT 2019


RKSimon added inline comments.


================
Comment at: llvm/trunk/tools/llvm-pdbutil/PrettyFunctionDumper.cpp:231
+  if (!Type)
     Type->dump(*this);
   else
----------------
@xbolva00 Doesn't this undo the fix I put in at rL359488? We don't want to call dump if Type is null


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61279





More information about the llvm-commits mailing list