Skip to content

Commit 20f96bc

Browse files
authored
Fixed merge leftovers in a coredns patch. (#7823)
1 parent bd9a5c7 commit 20f96bc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

SPECS/coredns/CVE-2023-44487.patch

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<<<<<<< HEAD
2-
From fb899a313ff29828e2c64ee5ce05a0187451aec9 Mon Sep 17 00:00:00 2001
3-
=======
4-
From 7a9639b4702703fa7d11b154ae814471b1c0ed88 Mon Sep 17 00:00:00 2001
5-
>>>>>>> 298f5d5ad (Patch CVE-2023-44487 in vendored golang (#7780))
61
From: Damien Neil <dneil@google.com>
72
Date: Fri, 6 Oct 2023 09:51:19 -0700
83
Subject: [PATCH] http2: limit maximum handler goroutines to
@@ -88,11 +83,7 @@ index 033b6e6..4561e3c 100644
8883
+ sc.curHandlers++
8984
go sc.runHandler(rw, req, sc.handler.ServeHTTP)
9085
}
91-
<<<<<<< HEAD
92-
93-
=======
9486

95-
>>>>>>> 298f5d5ad (Patch CVE-2023-44487 in vendored golang (#7780))
9687
@@ -2286,8 +2294,62 @@ func (sc *serverConn) newResponseWriter(st *stream, req *http.Request) *response
9788
return &responseWriter{rws: rws}
9889
}

0 commit comments

Comments
 (0)