Skip to content

http2: fix a error in the check for frame->hd.type (related to CVE-2025-23085)#57644

Merged
aduh95 merged 3 commits intonodejs:mainfrom
hgqxjj:patch-1
Apr 9, 2025
Merged

http2: fix a error in the check for frame->hd.type (related to CVE-2025-23085)#57644
aduh95 merged 3 commits intonodejs:mainfrom
hgqxjj:patch-1

Conversation

@hgqxjj
Copy link
Contributor

@hgqxjj hgqxjj commented Mar 27, 2025

http2: fix a typo in the check for frame->hd.type in 1b693fa

According to the description above, this should be checking
whether frame->hd.type is NGHTTP2_GOAWAY,
and the value of NGHTTP2_GOAWAY is 0x07. However,
it is written as 0x03 here, which I think it is a typo.

Refs: 1b693fa

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants