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 | 1c0436d644c3a313096cd7d43c4148151c2193ee (patch) | |
tree | a8b48c74bad210b5e54c20f3eb334af9c8880b0b /docs/changes.xml | |
parent | aaa34e0a644912e49d7c5619749b67f585da9c85 (diff) | |
download | unit-1c0436d644c3a313096cd7d43c4148151c2193ee.tar.gz unit-1c0436d644c3a313096cd7d43c4148151c2193ee.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 a40d87bb..80477889 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,13 @@ NGINX Unit updated to 1.26.1. 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> |