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 memory leak for v8.serialize #42695

Merged
merged 3 commits into from
May 2, 2022

Commits on Apr 11, 2022

  1. src: fix memory leak for v8.serialize

    When Buffer::New passes in existing data,
    it cannot be garbage collected in js synchronous execution.
    
    Fixes: nodejs#40828
    Refs: nodejs#38300
    liuxingbaoyu committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    809386a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. use a better way

    liuxingbaoyu committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    806687b View commit details
    Browse the repository at this point in the history
  2. fix test

    liuxingbaoyu committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    74a5956 View commit details
    Browse the repository at this point in the history