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

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