summaryrefslogtreecommitdiffstats
path: root/source/ap/dash/dash-0.5.7-format-security.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-06-05 20:30:12 +0000
committer Eric Hameleers <alien@slackware.com>2020-06-06 08:59:52 +0200
commit3475fed714f97d9979807802d31de6d9a8055325 (patch)
tree7f0467dc0c6ff3524140aa5c55d4179ed1e772c8 /source/ap/dash/dash-0.5.7-format-security.patch
parent5f94bdced2b5c15a0ed7e9950fa9a1815a2fb714 (diff)
downloadcurrent-3475fed714f97d9979807802d31de6d9a8055325.tar.gz
current-3475fed714f97d9979807802d31de6d9a8055325.tar.xz
Fri Jun 5 20:30:12 UTC 202020200605203012
ap/cups-filters-1.27.5-x86_64-1.txz: Upgraded. ap/dash-0.5.11-x86_64-1.txz: Upgraded. d/rust-1.44.0-x86_64-1.txz: Upgraded. l/librsvg-2.48.7-x86_64-1.txz: Upgraded. n/ethtool-5.7-x86_64-1.txz: Upgraded. x/xkeyboard-config-2.30-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/ap/dash/dash-0.5.7-format-security.patch')
-rw-r--r--source/ap/dash/dash-0.5.7-format-security.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/ap/dash/dash-0.5.7-format-security.patch b/source/ap/dash/dash-0.5.7-format-security.patch
deleted file mode 100644
index d578dfbd8..000000000
--- a/source/ap/dash/dash-0.5.7-format-security.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/jobs.c b/src/jobs.c
-index bf40204..f3af44d 100644
---- a/src/jobs.c
-+++ b/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)");