[packages/kexec-tools] - updated format patch to cover x86_64 specific files too
qboosh
qboosh at pld-linux.org
Sat Feb 8 09:30:19 CET 2014
commit e2ad2104fb1fc3a51dc1da6fd1920367d978f039
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 8 09:32:09 2014 +0100
- updated format patch to cover x86_64 specific files too
kexec-tools-format.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/kexec-tools-format.patch b/kexec-tools-format.patch
index c7ebdbb..92e5e4e 100644
--- a/kexec-tools-format.patch
+++ b/kexec-tools-format.patch
@@ -8,3 +8,13 @@
+ die("%s", error_msg);
return result;
}
+--- kexec-tools-2.0.5/kexec/arch/x86_64/kexec-elf-x86_64.c.orig 2013-11-19 02:06:56.000000000 +0100
++++ kexec-tools-2.0.5/kexec/arch/x86_64/kexec-elf-x86_64.c 2014-02-08 08:44:21.892859870 +0100
+@@ -276,6 +276,6 @@
+ free(command_line);
+ free(modified_cmdline);
+ if (error_msg)
+- die(error_msg);
++ die("%s", error_msg);
+ return result;
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kexec-tools.git/commitdiff/e2ad2104fb1fc3a51dc1da6fd1920367d978f039
More information about the pld-cvs-commit
mailing list