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 parser bug for empty string allocation #496

Merged
merged 1 commit into from
May 16, 2022

Commits on Apr 20, 2022

  1. Fix parser bug for empty string allocation

    When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
    pass through a null pointer to `rb_enc_interned_str` resulting
    in a segfault
    
    Fixes flori#495
    abrom committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b59368a View commit details
    Browse the repository at this point in the history