getsentry / pdb

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

Fix an invalid check when aligning buffers #48

Closed jan-auer closed 4 years ago

jan-auer commented 5 years ago

The alignment check in ParseBuffer was invalid and might have led to a premature UnexpectedEof error.

jan-auer commented 4 years ago

@willglynn friendly ping on this.