getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

fix: Allow parsing modules that have no symbols #102

Closed Swatinem closed 3 years ago

Swatinem commented 3 years ago

The expected CV Signature of a ModuleInfo seems to be a part of the symbols, meaning that we shouldn’t read it when the symbols_size is 0.