diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-02-22 19:18:18 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-02-22 19:18:18 +0800 |
commit | aeed86c6829c62359e79f239b849766efb8857a7 (patch) | |
tree | d88bd07c7d49dddac650dc4d5897544351bfb122 /docs/changes.xml | |
parent | 170752e96fe06cbf78037ad50563d25ce5e668ec (diff) | |
download | unit-aeed86c6829c62359e79f239b849766efb8857a7.tar.gz unit-aeed86c6829c62359e79f239b849766efb8857a7.tar.bz2 |
Workaround for the warning in nxt_realloc() on GCC 12.
This closes #639 issue on Github.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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>"> +<change type="feature"> +<para> +compatibility with GCC 12. +</para> +</change> + <change type="bugfix"> <para> the controller process could crash when a chain with more than 4 |