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 bugs when parsing sequences in overlapped-lists mode #530

Merged
merged 4 commits into from Dec 26, 2022

Commits on Dec 26, 2022

  1. Fix infinity loop in skip when parsing malformed XML

    Co-authored-by: Daniel Alley <dalley@redhat.com>
    Mingun and dralley committed Dec 26, 2022
    Copy the full SHA
    e75a54b View commit details
    Browse the repository at this point in the history
  2. Add test for reading invalid XML to the end

    (Review this commit with "ignore whitespace changes" option)
    
    failures (1):
        de::tests::read_to_end::invalid_xml
    Mingun committed Dec 26, 2022
    Copy the full SHA
    bfafbbc View commit details
    Browse the repository at this point in the history
  3. Fix an error in the Deserializer::read_to_end when feature "overlap…

    …ped-lists" is enabled
    Mingun committed Dec 26, 2022
    Copy the full SHA
    178e154 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ca7aa21 View commit details
    Browse the repository at this point in the history