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

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