[PATCH] D21393: [pdbdump] Verify LF_{CLASS, ENUM, INTERFACE, STRUCTURE, UNION} records with different hash function.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 12:01:59 PDT 2016
ruiu added a comment.
I think that's exactly what we are doing -- in this code, we read type records, compute hash values using our hash function, and compare them with hash values on the PDB file. If they are different, pdbdump reports that the file is corrupted.
http://reviews.llvm.org/D21393
More information about the llvm-commits
mailing list