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

apollo-parser@0.7.6 #836

Merged
merged 1 commit into from
Feb 14, 2024
Merged

apollo-parser@0.7.6 #836

merged 1 commit into from
Feb 14, 2024

Conversation

goto-bus-stop
Copy link
Member

Fixes

  • optimize the most common lexer matches into lookup tables - allancalix, pull/814
    Parsing large schema documents can be up to 18% faster, typical documents a few percent.
  • fix infinite loops and crashes found through fuzzing - goto-bus-stop, pull/828
    When using a token limit, it was possible to craft a document that would cause an infinite
    loop, eventually leading to an out of memory crash. This is addressed along with several panics.

Maintenance

@goto-bus-stop goto-bus-stop merged commit c46c667 into main Feb 14, 2024
12 checks passed
@goto-bus-stop goto-bus-stop deleted the apollo-parser@0.7.6 branch February 14, 2024 12:41
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.

2 participants