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 messagepack EXT parsing #306

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Fix messagepack EXT parsing #306

merged 2 commits into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. Fix messagepack EXT parsing

    When we read `ext` we actually do not get any object, so we MUST NOT
    insert `parser->cur_obj` multiple times, as we will have use-after-free
    on unref. This is a serious bug.
    
    Issue: #303
    Closes: #303
    vstakhov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    047b02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e409ae View commit details
    Browse the repository at this point in the history