diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-03-02 19:33:37 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-03-02 19:33:37 +0300 |
commit | 1950d0aee2bc95f1cb6a07349f11eb5e5f6edf5c (patch) | |
tree | 7b52fcc926805dcac800aa2bd9312877fd466462 /docs/changes.xml | |
parent | 73ac0496feb38ef2098163847206d304cf2c9a73 (diff) | |
download | unit-1950d0aee2bc95f1cb6a07349f11eb5e5f6edf5c.tar.gz unit-1950d0aee2bc95f1cb6a07349f11eb5e5f6edf5c.tar.bz2 |
Closing app outgoing shared memory file descriptor.
This fixes file descriptor leakage in router. Shared memory file used to
send data from router to application. These files are shared among all
processes of same application and router keeps the opened file descriptor since
06017e6e3a5f commit.
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 02a8653f..b8c76089 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -9,6 +9,12 @@ date="" time="" packager="Andrei Belov <defan@nginx.com>"> +<change type="bugfix"> +<para> +a descriptor leak occurring in the router process when removing or +reconfiguring an application; the bug had appeared in 1.19.0. +</para> +</change> </changes> |