From 1950d0aee2bc95f1cb6a07349f11eb5e5f6edf5c Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 2 Mar 2021 19:33:37 +0300 Subject: 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. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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>"> + + +a descriptor leak occurring in the router process when removing or +reconfiguring an application; the bug had appeared in 1.19.0. + + -- cgit