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

_msgpack_buffer_add_new_chunk zero-out the newly allocated tail #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 12, 2023

  1. _msgpack_buffer_add_new_chunk zero-out the newly allocated tail

    Fix: msgpack#342
    
    Reseting the memory in _msgpack_buffer_alloc_new_chunk was pointless
    because the previous `tail` is immediately copied into it, and it's
    the `tail` that is then used by the caller. So it's the `tail` we
    should zero-out.
    byroot committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    96443f2 View commit details
    Browse the repository at this point in the history