rush: 1.7 -> 1.8 (#20424)
This commit is contained in:
12
pkgs/shells/rush/fix-format-security-error.patch
Normal file
12
pkgs/shells/rush/fix-format-security-error.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Nur rush-1.8.orig/lib/wordsplit.c rush-1.8/lib/wordsplit.c
|
||||
--- rush-1.8.orig/lib/wordsplit.c 2016-08-18 20:11:43.000000000 +0200
|
||||
+++ rush-1.8/lib/wordsplit.c 2016-11-14 14:37:02.976177414 +0100
|
||||
@@ -2330,7 +2330,7 @@
|
||||
break;
|
||||
|
||||
default:
|
||||
- wsp->ws_error (wordsplit_strerror (wsp));
|
||||
+ wsp->ws_error ("%s", wordsplit_strerror (wsp));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user