From 9614d74d578069a17646fde7048f1cee1bebb927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Sun, 22 Sep 2024 18:41:42 +0200 Subject: [PATCH] news: add bugfix entry for #303 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- news/bugfix-303.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 news/bugfix-303.md diff --git a/news/bugfix-303.md b/news/bugfix-303.md new file mode 100644 index 000000000..53ea8f9f6 --- /dev/null +++ b/news/bugfix-303.md @@ -0,0 +1,8 @@ +`file()`, `stdout()`: fix log sources getting stuck + +Due to an acknowledgment bug in the `file()` and `stdout()` destinations, +sources routed to those destinations may have gotten stuck as they were +flow-controlled incorrectly. + +This issue occured only in extremely rare cases with regular files, but it +occured frequently with `/dev/stderr` and other slow pseudo-devices.