Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

quic: fix the misuse of uv_inet_ntop #139

Closed
wants to merge 1 commit into from

Conversation

oyyd
Copy link
Contributor

@oyyd oyyd commented Sep 29, 2019

The return value of uv_inet_ntop means success when it's zero.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

The return value of `uv_inet_ntop` means success when it's zero.
Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Side note: That entire method should probably be moved out of the header file

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Sorry, wrong button)

jasnell pushed a commit that referenced this pull request Sep 30, 2019
The return value of `uv_inet_ntop` means success when it's zero.

PR-URL: #139
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@jasnell
Copy link
Member

jasnell commented Sep 30, 2019

Landed

@jasnell jasnell closed this Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants