summaryrefslogtreecommitdiff
path: root/app-shells/dash/files/dash-0.5.9.1-format-security.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/dash/files/dash-0.5.9.1-format-security.patch')
-rw-r--r--app-shells/dash/files/dash-0.5.9.1-format-security.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-shells/dash/files/dash-0.5.9.1-format-security.patch b/app-shells/dash/files/dash-0.5.9.1-format-security.patch
deleted file mode 100644
index ea2114f392b3..000000000000
--- a/app-shells/dash/files/dash-0.5.9.1-format-security.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1037030#c2
-
---- a/src/jobs.c
-+++ a/src/jobs.c
-@@ -427,7 +427,7 @@ sprint_status(char *s, int status, int sigonly)
- goto out;
- #endif
- }
-- col = fmtstr(s, 32, strsignal(st));
-+ col = fmtstr(s, 32, "%s", strsignal(st));
- #ifdef WCOREDUMP
- if (WCOREDUMP(status)) {
- col += fmtstr(s + col, 16, " (core dumped)");