[haiku-commits] haiku: hrev48219 - src/system/boot/platform/u-boot

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 4 Nov 2014 16:01:54 +0100 (CET)

hrev48219 adds 1 changeset to branch 'master'
old head: 68cd839edf0bb66bd3f8ea66e597f6dedcf9acb4
new head: b7ff6340ae200ac60c43e97efdbc2ce190fb165f
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=b7ff634+%5E68cd839

----------------------------------------------------------------------------

b7ff634: U-Boot: always initialize args.arguments_count

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48219
Commit:      b7ff6340ae200ac60c43e97efdbc2ce190fb165f
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b7ff634
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Nov  3 21:14:39 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
src/system/boot/platform/u-boot/start.cpp | 1 +

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/u-boot/start.cpp 
b/src/system/boot/platform/u-boot/start.cpp
index 7bcbdea..e23cfb3 100644
--- a/src/system/boot/platform/u-boot/start.cpp
+++ b/src/system/boot/platform/u-boot/start.cpp
@@ -181,6 +181,7 @@ start_gen(int argc, const char **argv, struct image_header 
*uimage, void *fdt)
        call_ctors();
        args.heap_size = HEAP_SIZE;
        args.arguments = NULL;
+       args.arguments_count = 0;
        args.platform.boot_tgz_data = NULL;
        args.platform.boot_tgz_size = 0;
        args.platform.fdt_data = NULL;


Other related posts:

  • » [haiku-commits] haiku: hrev48219 - src/system/boot/platform/u-boot - revol