update to glibc-2.28-211.el8
Signed-off-by: anolis-bot <sam.zyc@alibaba-inc.com>
This commit is contained in:
parent
b75a19c19b
commit
af815d34f3
124 changed files with 24096 additions and 17402 deletions
21
glibc-rh2065588-10.patch
Normal file
21
glibc-rh2065588-10.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
commit 5fce0e095bc413f908f472074c2235198cd76bf4
|
||||
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
Date: Tue Mar 24 15:36:23 2020 -0300
|
||||
|
||||
support/shell-container.c: Return 127 if execve fails
|
||||
|
||||
Reviewed-by: DJ Delorie <dj@redhat.com>
|
||||
|
||||
diff --git a/support/shell-container.c b/support/shell-container.c
|
||||
index e87ac5cf1baa84e5..e9eea64bca7e949d 100644
|
||||
--- a/support/shell-container.c
|
||||
+++ b/support/shell-container.c
|
||||
@@ -238,7 +238,7 @@ run_command_array (char **argv)
|
||||
|
||||
fprintf (stderr, "sh: execing %s failed: %s",
|
||||
argv[0], strerror (errno));
|
||||
- exit (1);
|
||||
+ exit (127);
|
||||
}
|
||||
|
||||
waitpid (pid, &status, 0);
|
Loading…
Add table
Add a link
Reference in a new issue