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

dgram: fix send with out of bounds offset + length #40568

Closed
wants to merge 3 commits into from

Commits on Oct 22, 2021

  1. dgram: fix send with out of bounds offset + length

    fix Socket.prototype.send sending garbage when the message is a string,
    or Buffer and offset+length is out of bounds.
    
    Fixes: nodejs#40491
    Linkgoron committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    63a0887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b392a94 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    c829552 View commit details
    Browse the repository at this point in the history