From aeed86c6829c62359e79f239b849766efb8857a7 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Tue, 22 Feb 2022 19:18:18 +0800 Subject: Workaround for the warning in nxt_realloc() on GCC 12. This closes #639 issue on Github. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index 3ef1ac3f..2e2f9b04 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.27.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> + + +compatibility with GCC 12. + + + the controller process could crash when a chain with more than 4 -- cgit