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

Backport important Buffer changes to v5.x #7169

Merged
merged 2 commits into from
Jun 19, 2016
Merged

Commits on Jun 17, 2016

  1. buffer: backport allocUnsafeSlow

    This backports the new `Buffer.allocUnsafeSlow()` API for v5.
    
    This backport includes the new API, test cases, and docs additions.
    Already present API and testcases were not changed.
    
    PR-URL: nodejs#7169
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    ChALkeR committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    0ca0827 View commit details
    Browse the repository at this point in the history
  2. test: add buffer testcase for resetting kZeroFill

    Test failed or zero-sized Buffer allocations not affecting subsequent
    creations of typed arrays.
    
    PR-URL: nodejs#7169
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    ChALkeR committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    03d36ae View commit details
    Browse the repository at this point in the history