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 Line Table Parsing in ByteCodeParser #64

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

alonalbert
Copy link
Contributor

The existing code assumes that the line table comes right after the code section but this is not always the case.

For example, if there are try-catch blocks in the code, the exception table will come before the line table.

The existing code assumes that the line table comes right after the code section but this is not always the case.

For example, if there are try-catch blocks in the code, the exception table will come before the line table.
@romainguy romainguy merged commit 831f9d2 into romainguy:main Aug 1, 2024
1 check failed
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.

2 participants