diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-11-25 16:58:43 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-11-25 16:58:43 +0300 |
commit | 0af5f6ddb495902914880f540b44d8c828d945f1 (patch) | |
tree | 0eeb5d26365aa2d5e21ac8e0362f17e8b65a604b /docs/changes.xml | |
parent | 2bc95990571f82ddfc685fadff4847abff4362e3 (diff) | |
download | unit-0af5f6ddb495902914880f540b44d8c828d945f1.tar.gz unit-0af5f6ddb495902914880f540b44d8c828d945f1.tar.bz2 |
Fixing access_log structure reference counting.
The reference to the access_log structure is stored in the current
nxt_router_conf_t and the global nxt_router_t. When the reference is copied,
the reference counter should be adjusted accordingly.
This closes #593 issue on GitHub.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 41adde1b..c0cc524e 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,13 @@ NGINX Unit updated to 1.27.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> +<change type="bugfix"> +<para> +the router process crash on reconfiguration if "access_log" was configured +without listeners. +</para> +</change> + </changes> |