From 0dbdc2b3d00e3cf18a871779378946f04dab2921 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Mon, 11 Sep 2023 08:07:49 -0700 Subject: [PATCH] Check return code of apr_procattr_io_set() --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 15ea1c2f..f5893a89 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ DD mmm YYYY - 2.9.x (to be released) ------------------- + * Check return code of apr_procattr_io_set() + [Issue #2958 - @marcstern] * Do not escape special chars in rx pattern with macro [Issue #2357 - @marcstern, @martinhsv] * Substitute two equals-equals operators in build