Skip to content

Fix GH-15868: Assertion failure in xml_parse_into_struct after exception #15879

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

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

Upon unwinding from an exception, the parser state is not stable, we should not continue updating the values if an exception was thrown.

…eption

Upon unwinding from an exception, the parser state is not stable, we
should not continue updating the values if an exception was thrown.
@nielsdos nielsdos linked an issue Sep 13, 2024 that may be closed by this pull request
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSTM

@nielsdos nielsdos closed this in ac8db36 Sep 13, 2024
nielsdos added a commit that referenced this pull request Sep 13, 2024
Upon unwinding from an exception, the parser state is not stable, we
should not continue updating the values if an exception was thrown.

Closes GH-15879.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion failure in xml_parse_into_struct after exception
2 participants