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

net: Fix invalid write after end error #36043

Closed

Commits on Nov 8, 2020

  1. net: Fix invalid write after end error

    Don't error if not ended.
    
    Fixes: nodejs#36029
    ronag committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1f73c8a View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    819b441 View commit details
    Browse the repository at this point in the history
  3. Update lib/net.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    ronag and aduh95 committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    fef1845 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. fixup

    ronag committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d1bce40 View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d9d5b77 View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1fbd2eb View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a0ea1b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. fixup

    ronag committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e34e3bc View commit details
    Browse the repository at this point in the history