-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
deps: cherry-pick 078e1dc from upstream c-ares #23815
Conversation
Original commit message: Prevent changing name servers while queries are outstanding Changing name servers doesn't work, per c-ares/c-ares#41. Better to return an error code than to crash. Refs: c-ares/c-ares#41 Refs: c-ares/c-ares#191 Refs: nodejs#894
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
I agree, this is just extra hardening. |
@bnoordhuis I’ve bumped the c-ares mailing list thread about a new release yesterday because there was talk about that 2 weeks ago, and today 1.15.0 was release – if you want, feel free to turn this PR into a full update? |
Yes, I saw. I had planned to pick up this change with 1.14.1 but since that got delayed, I decided to cherry-pick this commit. I'll close this PR and open a new one upgrading to 1.15.0. (Aside: kinda nice how I got c-ares/c-ares#228 in right before the cut-off.) |
Original commit message:
Refs: c-ares/c-ares#41
Refs: c-ares/c-ares#191
Refs: #894