Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.11] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455)#142132

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
miss-islington wants to merge1 commit intopython:3.11
base:3.11
Choose a base branch
Loading
frommiss-islington:backport-29c657a-3.11

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedDec 1, 2025
edited by bedevere-appbot
Loading

The CGI server on Windows could consume the amount of memory specified
in the Content-Length header of the request even if the client does not
send such much data. Now it reads the POST request body by chunks,
so that the memory consumption is proportional to the amount of sent
data.
(cherry picked from commit29c657a)

Co-authored-by: Serhiy Storchakastorchaka@gmail.com

…ial of service in http.server (pythonGH-119455)The CGI server on Windows could consume the amount of memory specifiedin the Content-Length header of the request even if the client does notsend such much data. Now it reads the POST request body by chunks,so that the memory consumption is proportional to the amount of sentdata.(cherry picked from commit29c657a)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka

[8]ページ先頭

©2009-2025 Movatter.jp