Skip to content

Commit e33af6c

Browse files
ctillermarkdroth
andauthored
[chttp2] Rollup of fixes for CVE-2023-44487 (#34763)
Co-authored-by: ctiller <[email protected]> Co-authored-by: Mark D. Roth <[email protected]>
1 parent 50b02da commit e33af6c

File tree

63 files changed

+26104
-602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+26104
-602
lines changed

BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,11 +3983,13 @@ grpc_cc_library(
39833983
"absl/meta:type_traits",
39843984
"absl/random",
39853985
"absl/random:bit_gen_ref",
3986+
"absl/random:distributions",
39863987
"absl/status",
39873988
"absl/strings",
39883989
"absl/strings:cord",
39893990
"absl/strings:str_format",
39903991
"absl/types:optional",
3992+
"absl/types:variant",
39913993
],
39923994
language = "c++",
39933995
visibility = ["@grpc:grpclb"],
@@ -4025,10 +4027,13 @@ grpc_cc_library(
40254027
"//src/core:iomgr_fwd",
40264028
"//src/core:iomgr_port",
40274029
"//src/core:match",
4030+
"//src/core:max_concurrent_streams_policy",
40284031
"//src/core:memory_quota",
40294032
"//src/core:ping_abuse_policy",
4033+
"//src/core:ping_callbacks",
40304034
"//src/core:ping_rate_policy",
40314035
"//src/core:poll",
4036+
"//src/core:random_early_detection",
40324037
"//src/core:ref_counted",
40334038
"//src/core:resource_quota",
40344039
"//src/core:resource_quota_trace",
@@ -4040,6 +4045,7 @@ grpc_cc_library(
40404045
"//src/core:time",
40414046
"//src/core:transport_fwd",
40424047
"//src/core:useful",
4048+
"//src/core:write_size_policy",
40434049
],
40444050
)
40454051

CMakeLists.txt

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)