Upgrade libuv to v1.48.0 by niklasr22 · Pull Request #600 · MagicStack/uvloop · GitHub

github.com

Tin mới

niklasr22:upgrade-libuv

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Security and quality 0

Upgrade libuv version to 1.48.0

PR in my fork repo

I think the pipeline should be able to pass as it did in the PR in my fork repo. Could someone please trigger a retry?

the ‘truncate after 256 bytes’ venerability

I did some investigating about that venerability. I checked if I could reproduce the ‘truncate after 256 bytes’ venerability. I cannot exploit it if I pass hostname as a string, due to this idna encoding line; uvloop acc

this idna encoding line

I did some investigating about that venerability. I checked if I could reproduce the ‘truncate after 256 bytes’ venerability. I cannot exploit it if I pass hostname as a string, due to this idna encoding line; uvloop acc

python/cpython#77139

regarding the idna encoding error, there's some discussion of whether that error should be handled a different way in the python standard library or not. Just for reference: python/cpython#77139

Bump libuv to 1.48 #616

vulnerability in libuv v1.46.0 #615

View reviewed changes

Revert "Remove test cases"

Merge remote-tracking branch 'origin/master' into upgrade-libuv

Fix for libuv 1.48

Fix for macOS It seems getaddrinfo('', ...) on macOS is equivalent to nodename='localhost'. This is inconsistent with libuv 1.48 which treats empty nodename as EINVAL.

Add test Thanks to @tapple-cisco for the repro

View reviewed changes

Learn more about hiding disruptive comments

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

crf: add comments and handle possible errors in error handling

View reviewed changes

libuv 1.48.0: getaddrinfo('', 0): OSError: [Errno 22] Invalid argument #596

uvloop 0.20.0 #617