getsentry / pdb

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

Disregard section zero when performing OMAP translation #88

Closed willglynn closed 3 years ago

willglynn commented 3 years ago

Section 0 isn't a real section, but it appears in real PDBs. Right now we panic when we should just return None. Fixes #87.