uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
18
pkgs/os-specific/linux/dmraid/hardening-format.patch
Normal file
18
pkgs/os-specific/linux/dmraid/hardening-format.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--- a/1.0.0.rc16/lib/events/libdmraid-events-isw.c 2016-01-29 05:16:57.455425454 +0000
|
||||
+++ b/1.0.0.rc16/lib/events/libdmraid-events-isw.c 2016-01-29 05:17:55.520564013 +0000
|
||||
@@ -838,13 +838,13 @@
|
||||
|
||||
sz = _log_all_devs(log_type, rs, NULL, 0);
|
||||
if (!sz) {
|
||||
- syslog(LOG_ERR, msg[0]);
|
||||
+ syslog(LOG_ERR, "%s", msg[0]);
|
||||
return;
|
||||
}
|
||||
|
||||
str = dm_malloc(++sz);
|
||||
if (!str) {
|
||||
- syslog(LOG_ERR, msg[1]);
|
||||
+ syslog(LOG_ERR, "%s", msg[1]);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue