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

test: assume priv ports start at 1024 if it can't be changed #46536

Merged
merged 3 commits into from
Mar 2, 2023

Commits on Feb 7, 2023

  1. test: assume priv ports start at 1024 if it can't be changed

    An update to test/parallel/test-cluster-bind-privileged-port.js
    checks the lowest privileged port to ensure 42 is privileged
    This only works on kernels > 4.1. On older kernels, this is
    locked at 1024 so the check is not needed.
    
    Fixes: nodejs#45838
    Kevin Lentin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    526eed0 View commit details
    Browse the repository at this point in the history
  2. Update to remove TOCTOU stat-then-open pattern

    Kevin Lentin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a5017cf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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