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

os,report: use UV_MAXHOSTNAMESIZE #26038

Merged
merged 1 commit into from
Feb 13, 2019
Merged

os,report: use UV_MAXHOSTNAMESIZE #26038

merged 1 commit into from
Feb 13, 2019

Commits on Feb 13, 2019

  1. os,report: use UV_MAXHOSTNAMESIZE

    UV_MAXHOSTNAMESIZE was introduced in libuv 1.26.0. Use this
    instead of including multiple header files, adding fallback
    ifdef logic, and remembering to add one to the buffer size
    for the terminating nul character with MAXHOSTNAMELEN.
    
    PR-URL: nodejs#26038
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    8ecf313 View commit details
    Browse the repository at this point in the history