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

src: fix largepages regression #29914

Closed

Commits on Oct 9, 2019

  1. src: fix largepages regression

    During the addition of macOS support for large pages, a `memcpy` ended
    up under the wrong preprocessor directive. As a result, the newly
    allocated large pages were not initialized with a copy of the text
    section.
    
    Thanks to Suresh Srinivas <suresh.srinivas@intel.com>!
    Gabriel Schulhof committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    ee06064 View commit details
    Browse the repository at this point in the history