Blame SOURCES/1829031-mpo-8.3.0.0-execve.2.patch

125733
From 72e4973f03c65b416ceb8f57595eeb0180facb02 Mon Sep 17 00:00:00 2001
125733
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
125733
Date: Thu, 30 Apr 2020 17:24:59 +0200
125733
Subject: [PATCH 2/2] execve.2: clarify signal sent to the process on late
125733
 failure
125733
125733
---
125733
 man-pages/man2/execve.2 | 5 ++++-
125733
 1 file changed, 4 insertions(+), 1 deletion(-)
125733
125733
diff --git a/man-pages/man2/execve.2 b/man-pages/man2/execve.2
125733
index 7aaa64b..6d86cc4 100644
125733
--- a/man-pages/man2/execve.2
125733
+++ b/man-pages/man2/execve.2
125733
@@ -585,7 +585,10 @@ failure may occur past the point of no return:
125733
 the original executable image has been torn down,
125733
 but the new image could not be completely built.
125733
 In such cases, the kernel kills the process with a
125733
-.BR SIGKILL
125733
+.\" commit 19d860a140beac48a1377f179e693abe86a9dac9
125733
+.BR SIGSEGV
125733
+.RB ( SIGKILL
125733
+until Linux 3.17)
125733
 signal.
125733
 .\"
125733
 .SS Interpreter scripts
125733
-- 
125733
2.26.2
125733