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 read past the end of a buffer in pool.c. #2139

Merged
merged 2 commits into from
Aug 5, 2017

Commits on Aug 5, 2017

  1. Fix a read past a buffer in pool.c.

    This change fixes `ponyint_pool_realloc_size`, which was reading past the end of the old buffer, which in some circumstances triggered a page fault.
    chalcolith committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    1d137f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9472ee6 View commit details
    Browse the repository at this point in the history