Skip to content

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address#134836

Merged
gpshead merged 1 commit into
python:mainfrom
serhiy-storchaka:ip6_address-max-len
May 28, 2025
Merged

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address#134836
gpshead merged 1 commit into
python:mainfrom
serhiy-storchaka:ip6_address-max-len

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented May 28, 2025

Copy link
Copy Markdown
Member

@gpshead gpshead merged commit d83576b into python:main May 28, 2025
65 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

bedevere-app Bot commented May 28, 2025

Copy link
Copy Markdown

GH-134845 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label May 28, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 28, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

bedevere-app Bot commented May 28, 2025

Copy link
Copy Markdown

GH-134846 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 28, 2025
@bedevere-app

bedevere-app Bot commented May 28, 2025

Copy link
Copy Markdown

GH-134847 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.12 only security fixes label May 28, 2025
gpshead pushed a commit that referenced this pull request May 28, 2025
…address (GH-134836) (#134846)

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836)
(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
gpshead pushed a commit that referenced this pull request May 28, 2025
…address (GH-134836) (#134845)

gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836)
(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka deleted the ip6_address-max-len branch May 28, 2025 16:27
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

bedevere-app Bot commented Jun 3, 2025

Copy link
Copy Markdown

GH-135089 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app Bot removed the needs backport to 3.10 only security fixes label Jun 3, 2025
@bedevere-app

bedevere-app Bot commented Jun 3, 2025

Copy link
Copy Markdown

GH-135090 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…ddress (pythonGH-134836)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

bedevere-app Bot commented Jun 3, 2025

Copy link
Copy Markdown

GH-135091 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.11 only security fixes label Jun 3, 2025
ambv pushed a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-135089)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv pushed a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-135091)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv added a commit that referenced this pull request Jun 3, 2025
…address (GH-134836) (GH-134847)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv pushed a commit that referenced this pull request Jun 3, 2025
…ddress (GH-134836) (GH-135090)

(cherry picked from commit d83576b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
gostak-dd pushed a commit to gostak-dd/cpython that referenced this pull request Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

3 participants