From c74452c1c7a6c362dcae6add6f49d3886c663ea2 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 21:50:43 +0000 Subject: Apply patch 1829031-mpo-8.3.0.0-execve.2.patch patch_name: 1829031-mpo-8.3.0.0-execve.2.patch present_in_specfile: true location_in_specfile: 5 --- diff --git a/man-pages/man2/execve.2 b/man-pages/man2/execve.2 index 7aaa64b..6d86cc4 100644 --- a/man-pages/man2/execve.2 +++ b/man-pages/man2/execve.2 @@ -585,7 +585,10 @@ failure may occur past the point of no return: the original executable image has been torn down, but the new image could not be completely built. In such cases, the kernel kills the process with a -.BR SIGKILL +.\" commit 19d860a140beac48a1377f179e693abe86a9dac9 +.BR SIGSEGV +.RB ( SIGKILL +until Linux 3.17) signal. .\" .SS Interpreter scripts