Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Sanitize collected lines in PDB parsing #636

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Conversation

Swatinem
Copy link
Member

For example we have observed in a real-world pdb that has:

  • A function 0x33ea50 (size 0xc)
  • With one line record: 0x33e850 (size 0x26)
    The line record is completely outside the range of the function.

For example we have observed in a real-world pdb that has:
- A function 0x33ea50 (size 0xc)
- With one line record: 0x33e850 (size 0x26)
The line record is completely outside the range of the function.
@Swatinem Swatinem requested a review from a team July 26, 2022 11:42
@Swatinem Swatinem enabled auto-merge (squash) July 26, 2022 11:48
@Swatinem Swatinem merged commit ae4d68e into master Jul 26, 2022
@Swatinem Swatinem deleted the fix/pdb-disjointlines branch July 26, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants