Loading package/kexec/kexec-tools-my_shutdown-args.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line diff -rup kexec-tools-1.101.orig/kexec/kexec.c kexec-tools-1.101/kexec/kexec.c --- kexec-tools-1.101.orig/kexec/kexec.c 2006-12-20 18:40:26.000000000 +0100 +++ kexec-tools-1.101/kexec/kexec.c 2006-12-20 18:41:02.000000000 +0100 @@ -629,7 +629,7 @@ int k_unload (unsigned long kexec_flags) */ static int my_shutdown(void) { - char *args[8]; + char *args[2]; args[0] = "reboot"; args[1] = NULL; Loading
package/kexec/kexec-tools-my_shutdown-args.patch 0 → 100644 +12 −0 Original line number Diff line number Diff line diff -rup kexec-tools-1.101.orig/kexec/kexec.c kexec-tools-1.101/kexec/kexec.c --- kexec-tools-1.101.orig/kexec/kexec.c 2006-12-20 18:40:26.000000000 +0100 +++ kexec-tools-1.101/kexec/kexec.c 2006-12-20 18:41:02.000000000 +0100 @@ -629,7 +629,7 @@ int k_unload (unsigned long kexec_flags) */ static int my_shutdown(void) { - char *args[8]; + char *args[2]; args[0] = "reboot"; args[1] = NULL;