From db7c501bd305145a2a8289f34431c71920f7de69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 16 Aug 2023 14:52:45 +0200 Subject: [PATCH] Add CHANGES note for [GL #4265] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index faebd0b630..713b7e7e71 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6228. [func] Limit the number of inactive network manager handles + and uvreq objects that we keep around for reusing + later. [GL #4265] + 6227. [bug] Check the statistics-channel HTTP Content-length to prevent negative or overflowing values from causing a crash. [GL #4125]