Created
March 23, 2022 17:15
-
-
Save Forty-Bot/199bf06f9cdd6871e54f8f484c16e111 to your computer and use it in GitHub Desktop.
U-Boot Valgrind
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==33394== Memcheck, a memory error detector | |
==33394== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. | |
==33394== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info | |
==33394== Command: ./u-boot -Tc ut\ all | |
==33394== | |
U-Boot 2022.04-rc4-00053-g91c81b570c-dirty (Mar 23 2022 - 12:55:02 -0400) | |
Model: sandbox | |
DRAM: 128 MiB | |
Core: 248 devices, 90 uclasses, devicetree: board | |
WDT: Not starting gpio-wdt | |
WDT: Not starting wdt@0 | |
MMC: ==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x19AA04: sd_read_ssr (mmc.c:1505) | |
==33394== by 0x19AA04: sd_select_mode_and_width (mmc.c:1804) | |
==33394== by 0x19AA04: mmc_startup (mmc.c:2589) | |
==33394== by 0x19AA04: mmc_complete_init (mmc.c:2923) | |
==33394== by 0x19AA04: mmc_init (mmc.c:2949) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A192: uclass_get_device_by_seq (uclass.c:501) | |
==33394== by 0x19AF87: mmc_probe (mmc.c:3022) | |
==33394== by 0x19AF87: mmc_initialize (mmc.c:3057) | |
==33394== by 0x16EF71: initr_mmc (board_r.c:398) | |
==33394== by 0x16F156: initcall_run_list (initcall.h:46) | |
==33394== by 0x16F156: board_init_r (board_r.c:822) | |
==33394== by 0x13C663: main (start.c:527) | |
==33394== Uninitialised value was created by a stack allocation | |
==33394== at 0x19C298: sandbox_mmc_probe (sandbox_mmc.c:180) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19AA1E: sd_read_ssr (mmc.c:1506) | |
==33394== by 0x19AA1E: sd_select_mode_and_width (mmc.c:1804) | |
==33394== by 0x19AA1E: mmc_startup (mmc.c:2589) | |
==33394== by 0x19AA1E: mmc_complete_init (mmc.c:2923) | |
==33394== by 0x19AA1E: mmc_init (mmc.c:2949) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A192: uclass_get_device_by_seq (uclass.c:501) | |
==33394== by 0x19AF87: mmc_probe (mmc.c:3022) | |
==33394== by 0x19AF87: mmc_initialize (mmc.c:3057) | |
==33394== by 0x16EF71: initr_mmc (board_r.c:398) | |
==33394== by 0x16F156: initcall_run_list (initcall.h:46) | |
==33394== by 0x16F156: board_init_r (board_r.c:822) | |
==33394== by 0x13C663: main (start.c:527) | |
==33394== Uninitialised value was created by a stack allocation | |
==33394== at 0x19C298: sandbox_mmc_probe (sandbox_mmc.c:180) | |
==33394== | |
mmc2: 2 (SD), mmc1: 1 (SD), mmc0: 0 (SD) | |
Loading Environment from nowhere... OK | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x187D73: device_alloc_priv (device.c:362) | |
==33394== by 0x187D73: device_of_to_plat (device.c:425) | |
==33394== by 0x187D73: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x1C98A1: video_post_probe (video-uclass.c:404) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A192: uclass_get_device_by_seq (uclass.c:501) | |
==33394== by 0x17BED2: stdio_probe_device (stdio.c:161) | |
==33394== by 0x17BED2: stdio_get_by_name (stdio.c:209) | |
==33394== by 0x179034: console_search_dev (console.c:860) | |
==33394== by 0x174849: iomux_doenv (iomux.c:101) | |
==33394== by 0x1792EA: console_init_r (console.c:995) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24041E: memset (string.c:539) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x187D73: device_alloc_priv (device.c:362) | |
==33394== by 0x187D73: device_of_to_plat (device.c:425) | |
==33394== by 0x187D73: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x1C98A1: video_post_probe (video-uclass.c:404) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A192: uclass_get_device_by_seq (uclass.c:501) | |
==33394== by 0x17BED2: stdio_probe_device (stdio.c:161) | |
==33394== by 0x17BED2: stdio_get_by_name (stdio.c:209) | |
==33394== by 0x179034: console_search_dev (console.c:860) | |
==33394== by 0x174849: iomux_doenv (iomux.c:101) | |
==33394== by 0x1792EA: console_init_r (console.c:995) | |
==33394== | |
In: cros-ec-keyb | |
Out: vidconsole | |
Err: vidconsole | |
Model: sandbox | |
SCSI: | |
Net: eth0: eth@10002000, eth5: eth@10003000, eth3: sbe5, eth6: eth@10004000, eth4: dsa-test-eth, eth2: lan0, eth7: lan1 | |
----Running common tests---- | |
Running 1 common tests | |
Test: test_autoboot: test_autoboot.c | |
Enter password "a" in 1 seconds to stop autoboot | |
Enter password "a" in 1 seconds to stop autoboot | |
Enter password "a" in 1 seconds to stop autoboot | |
Enter password "a" in 1 seconds to stop autoboot | |
Enter password "a" in 1 seconds to stop autoboot | |
Enter password "a" in 1 seconds to stop autoboot | |
Autoboot password unlock not successful | |
Failures: 0 | |
----Running dm tests---- | |
Running 418 driver model tests | |
Test: dm_test_acpi_basic: acpi.c | |
Test: dm_test_acpi_basic: acpi.c (flat tree) | |
Test: dm_test_acpi_cmd_dump: acpi.c | |
Test: dm_test_acpi_cmd_dump: acpi.c (flat tree) | |
Test: dm_test_acpi_cmd_items: acpi.c | |
Test: dm_test_acpi_cmd_items: acpi.c (flat tree) | |
Test: dm_test_acpi_cmd_list: acpi.c | |
Test: dm_test_acpi_cmd_list: acpi.c (flat tree) | |
Test: dm_test_acpi_create_dmar: acpi.c | |
Test: dm_test_acpi_create_dmar: acpi.c (flat tree) | |
Test: dm_test_acpi_device: acpigen.c | |
Test: dm_test_acpi_device: acpigen.c (flat tree) | |
Test: dm_test_acpi_device_path: acpi.c | |
Test: dm_test_acpi_device_path: acpi.c (flat tree) | |
Test: dm_test_acpi_device_status: acpi.c | |
Test: dm_test_acpi_device_status: acpi.c (flat tree) | |
Test: dm_test_acpi_dp_array: acpi_dp.c | |
Test: dm_test_acpi_dp_array: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_child: acpi_dp.c | |
Test: dm_test_acpi_dp_child: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_copy: acpi_dp.c | |
Test: dm_test_acpi_dp_copy: acpi_dp.c (flat tree) | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x1884A1: device_bind_common.constprop.0 (device.c:63) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x1884A1: device_bind_common.constprop.0 (device.c:63) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x1884A1: device_bind_common.constprop.0 (device.c:63) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x17A375: dlcalloc (dlmalloc.c:2189) | |
==33394== by 0x1884A1: device_bind_common.constprop.0 (device.c:63) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1884A8: device_bind_common.constprop.0 (device.c:64) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884BE: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x1884BE: device_bind_common.constprop.0 (device.c:67) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884C6: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x1884C6: device_bind_common.constprop.0 (device.c:68) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884F9: device_bind_common.constprop.0 (device.c:78) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188546: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188649: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1886CE: dev_or_flags (device.h:229) | |
==33394== by 0x1886CE: device_bind_common.constprop.0 (device.c:187) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26460B: acpi_test_alloc_context_size (acpigen.c:46) | |
==33394== by 0x26FF8D: dm_test_acpi_dp_copy (acpi_dp.c:436) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187D7A: device_alloc_priv (device.c:363) | |
==33394== by 0x187D7A: device_of_to_plat (device.c:425) | |
==33394== by 0x187D7A: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A0EE: uclass_get_device (uclass.c:479) | |
==33394== by 0x27000B: dm_test_acpi_dp_copy (acpi_dp.c:441) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1BF9FA: testfdt_drv_probe (test_drv.c:155) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A0EE: uclass_get_device (uclass.c:479) | |
==33394== by 0x27000B: dm_test_acpi_dp_copy (acpi_dp.c:441) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C43D: acpi_dp_new (acpi_dp.c:205) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C44E: acpi_dp_new (acpi_dp.c:209) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C4BD: acpi_dp_add_integer (acpi_dp.c:235) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C4BF: acpi_dp_add_integer (acpi_dp.c:236) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27008C: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x27008F: dm_test_acpi_dp_copy (acpi_dp.c:444) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C43D: acpi_dp_new (acpi_dp.c:205) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C44E: acpi_dp_new (acpi_dp.c:209) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C466: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C45F: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C468: acpi_dp_new (acpi_dp.c:216) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C4BD: acpi_dp_add_integer (acpi_dp.c:235) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C4BF: acpi_dp_add_integer (acpi_dp.c:236) | |
==33394== by 0x21C744: acpi_dp_dev_copy_int (acpi_dp.c:384) | |
==33394== by 0x27010A: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x27010D: dm_test_acpi_dp_copy (acpi_dp.c:446) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C43D: acpi_dp_new (acpi_dp.c:205) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C44E: acpi_dp_new (acpi_dp.c:209) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C466: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C45F: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C468: acpi_dp_new (acpi_dp.c:216) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C4D9: acpi_dp_add_string (acpi_dp.c:248) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C4DB: acpi_dp_add_string (acpi_dp.c:249) | |
==33394== by 0x21C79C: acpi_dp_dev_copy_str (acpi_dp.c:398) | |
==33394== by 0x27014A: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x27014D: dm_test_acpi_dp_copy (acpi_dp.c:448) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C43D: acpi_dp_new (acpi_dp.c:205) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C44E: acpi_dp_new (acpi_dp.c:209) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C466: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C45F: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C468: acpi_dp_new (acpi_dp.c:216) | |
==33394== by 0x21C4B9: acpi_dp_add_integer (acpi_dp.c:233) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C4BD: acpi_dp_add_integer (acpi_dp.c:235) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C4BF: acpi_dp_add_integer (acpi_dp.c:236) | |
==33394== by 0x21C694: acpi_dp_ofnode_copy_int (acpi_dp.c:356) | |
==33394== by 0x270215: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x270218: dm_test_acpi_dp_copy (acpi_dp.c:453) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C43D: acpi_dp_new (acpi_dp.c:205) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x21C44D: acpi_dp_new (acpi_dp.c:208) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C44E: acpi_dp_new (acpi_dp.c:209) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C466: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C45F: acpi_dp_new (acpi_dp.c:214) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C468: acpi_dp_new (acpi_dp.c:216) | |
==33394== by 0x21C4D5: acpi_dp_add_string (acpi_dp.c:247) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C4D9: acpi_dp_add_string (acpi_dp.c:248) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C4DB: acpi_dp_add_string (acpi_dp.c:249) | |
==33394== by 0x21C6EC: acpi_dp_ofnode_copy_str (acpi_dp.c:369) | |
==33394== by 0x270288: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x27028B: dm_test_acpi_dp_copy (acpi_dp.c:457) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A4F0: acpigen_write_name (acpigen.c:310) | |
==33394== by 0x21C2E6: acpi_dp_write_internal (acpi_dp.c:110) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A112: acpigen_emit_simple_namestring (acpigen.c:236) | |
==33394== by 0x21C2E6: acpi_dp_write_internal (acpi_dp.c:110) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A22E: acpigen_write_package (acpigen.c:90) | |
==33394== by 0x21C2F4: acpi_dp_write_internal (acpi_dp.c:116) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1A4: acpigen_write_len_f (acpigen.c:60) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C2F4: acpi_dp_write_internal (acpi_dp.c:116) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1AE: acpigen_write_len_f (acpigen.c:61) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C2F4: acpi_dp_write_internal (acpi_dp.c:116) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C2F4: acpi_dp_write_internal (acpi_dp.c:116) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A245: acpigen_write_package (acpigen.c:93) | |
==33394== by 0x21C2F4: acpi_dp_write_internal (acpi_dp.c:116) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C2FE: acpi_dp_write_internal (acpi_dp.c:119) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C300: acpi_dp_write_internal (acpi_dp.c:120) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C310: acpi_dp_write_internal (acpi_dp.c:130) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21AEDB: acpigen_write_uuid (acpigen.c:684) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1A4: acpigen_write_len_f (acpigen.c:60) | |
==33394== by 0x21AEE3: acpigen_write_uuid (acpigen.c:685) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1AE: acpigen_write_len_f (acpigen.c:61) | |
==33394== by 0x21AEE3: acpigen_write_uuid (acpigen.c:685) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21AEE3: acpigen_write_uuid (acpigen.c:685) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A28E: acpigen_write_word (acpigen.c:106) | |
==33394== by 0x21AEF0: acpigen_write_uuid (acpigen.c:688) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A131: acpigen_emit_word (acpigen.c:35) | |
==33394== by 0x21AEF0: acpigen_write_uuid (acpigen.c:688) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21AEF0: acpigen_write_uuid (acpigen.c:688) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A377: acpigen_emit_stream (acpigen.c:203) | |
==33394== by 0x21AF00: acpigen_write_uuid (acpigen.c:691) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A1DE: acpigen_pop_len (acpigen.c:75) | |
==33394== by 0x21AF08: acpigen_write_uuid (acpigen.c:693) | |
==33394== by 0x21C323: acpi_dp_write_internal (acpi_dp.c:132) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A22E: acpigen_write_package (acpigen.c:90) | |
==33394== by 0x21C335: acpi_dp_write_internal (acpi_dp.c:139) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1A4: acpigen_write_len_f (acpigen.c:60) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C335: acpi_dp_write_internal (acpi_dp.c:139) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1AE: acpigen_write_len_f (acpigen.c:61) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C335: acpi_dp_write_internal (acpi_dp.c:139) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C335: acpi_dp_write_internal (acpi_dp.c:139) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A245: acpigen_write_package (acpigen.c:93) | |
==33394== by 0x21C335: acpi_dp_write_internal (acpi_dp.c:139) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C339: acpi_dp_write_internal (acpi_dp.c:141) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A22E: acpigen_write_package (acpigen.c:90) | |
==33394== by 0x21C299: acpi_dp_write_property (acpi_dp.c:47) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1A4: acpigen_write_len_f (acpigen.c:60) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C299: acpi_dp_write_property (acpi_dp.c:47) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A1AE: acpigen_write_len_f (acpigen.c:61) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C299: acpi_dp_write_property (acpi_dp.c:47) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A236: acpigen_write_package (acpigen.c:91) | |
==33394== by 0x21C299: acpi_dp_write_property (acpi_dp.c:47) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== | |
==33394== More than 100 errors detected. Subsequent errors | |
==33394== will still be recorded, but in less detail than before. | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C29A: acpi_dp_write_property (acpi_dp.c:48) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A3D5: acpigen_write_string (acpigen.c:214) | |
==33394== by 0x21C2A6: acpi_dp_write_property (acpi_dp.c:48) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21C2A6: acpi_dp_write_property (acpi_dp.c:48) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C2AD: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x1533C6F8: ??? | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C226: acpi_dp_write_value (acpi_dp.c:26) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A1DE: acpigen_pop_len (acpigen.c:75) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C347: acpi_dp_write_internal (acpi_dp.c:119) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C30E: acpi_dp_write_internal (acpi_dp.c:129) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A2B9: acpigen_write_dword (acpigen.c:112) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A154: acpigen_emit_dword (acpigen.c:42) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A15F: acpigen_emit_dword (acpigen.c:43) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A173: acpigen_emit_dword (acpigen.c:44) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C22F: acpi_dp_write_value (acpi_dp.c:30) | |
==33394== by 0x21C2B1: acpi_dp_write_property (acpi_dp.c:49) | |
==33394== by 0x21C346: acpi_dp_write_internal (acpi_dp.c:142) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C350: acpi_dp_write_internal (acpi_dp.c:146) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A1DE: acpigen_pop_len (acpigen.c:75) | |
==33394== by 0x21C359: acpi_dp_write_internal (acpi_dp.c:148) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A1DE: acpigen_pop_len (acpigen.c:75) | |
==33394== by 0x21C3B2: acpi_dp_write_internal (acpi_dp.c:170) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C3B6: acpi_dp_write_internal (acpi_dp.c:173) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C3BC: acpi_dp_write_internal (acpi_dp.c:174) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C3C2: acpi_dp_write_internal (acpi_dp.c:173) | |
==33394== by 0x21C483: acpi_dp_write (acpi_dp.c:188) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x21C3F0: acpi_dp_free (acpi_dp.c:79) | |
==33394== by 0x21C48F: acpi_dp_write (acpi_dp.c:191) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21C3F2: acpi_dp_free (acpi_dp.c:82) | |
==33394== by 0x21C48F: acpi_dp_write (acpi_dp.c:191) | |
==33394== by 0x270303: dm_test_acpi_dp_copy (acpi_dp.c:462) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x27033F: dm_test_acpi_dp_copy (acpi_dp.c:463) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x27036C: dm_test_acpi_dp_copy (acpi_dp.c:465) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x2703A9: dm_test_acpi_dp_copy (acpi_dp.c:466) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2703D1: dm_test_acpi_dp_copy (acpi_dp.c:467) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x270400: dm_test_acpi_dp_copy (acpi_dp.c:468) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x270437: dm_test_acpi_dp_copy (acpi_dp.c:470) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x270478: dm_test_acpi_dp_copy (acpi_dp.c:471) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2704A6: dm_test_acpi_dp_copy (acpi_dp.c:472) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2704D5: dm_test_acpi_dp_copy (acpi_dp.c:473) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x27050B: dm_test_acpi_dp_copy (acpi_dp.c:475) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x270548: dm_test_acpi_dp_copy (acpi_dp.c:476) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x27056F: dm_test_acpi_dp_copy (acpi_dp.c:477) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x2705B3: dm_test_acpi_dp_copy (acpi_dp.c:478) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2705DA: dm_test_acpi_dp_copy (acpi_dp.c:480) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x27061B: dm_test_acpi_dp_copy (acpi_dp.c:481) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x270648: dm_test_acpi_dp_copy (acpi_dp.c:482) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x270677: dm_test_acpi_dp_copy (acpi_dp.c:483) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2706AE: dm_test_acpi_dp_copy (acpi_dp.c:485) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x2706F2: dm_test_acpi_dp_copy (acpi_dp.c:486) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x27071C: dm_test_acpi_dp_copy (acpi_dp.c:487) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x270778: dm_test_acpi_dp_copy (acpi_dp.c:488) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5BF: __list_del (list.h:88) | |
==33394== by 0x18A5BF: list_del (list.h:100) | |
==33394== by 0x18A5BF: uclass_unbind_device (uclass.c:720) | |
==33394== by 0x18B23B: device_unbind (device-remove.c:113) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B2BB: device_chld_unbind (device-remove.c:32) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AD96: release_nodes (devres.c:200) | |
==33394== by 0x18B276: device_unbind (device-remove.c:120) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18AD9D: release_nodes (devres.c:200) | |
==33394== by 0x18B276: device_unbind (device-remove.c:120) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
Test: dm_test_acpi_dp_gpio: acpi_dp.c | |
Test: dm_test_acpi_dp_gpio: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_int: acpi_dp.c | |
Test: dm_test_acpi_dp_int: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_int16: acpi_dp.c | |
Test: dm_test_acpi_dp_int16: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_int64: acpi_dp.c | |
Test: dm_test_acpi_dp_int64: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_int8: acpi_dp.c | |
Test: dm_test_acpi_dp_int8: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_multiple: acpi_dp.c | |
Test: dm_test_acpi_dp_multiple: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_dp_new_table: acpi_dp.c | |
Test: dm_test_acpi_dp_new_table: acpi_dp.c (flat tree) | |
Test: dm_test_acpi_emit_simple: acpigen.c | |
Test: dm_test_acpi_emit_simple: acpigen.c (flat tree) | |
Test: dm_test_acpi_emit_stream: acpigen.c | |
Test: dm_test_acpi_emit_stream: acpigen.c (flat tree) | |
Test: dm_test_acpi_emit_string: acpigen.c | |
Test: dm_test_acpi_emit_string: acpigen.c (flat tree) | |
Test: dm_test_acpi_fill_header: acpi.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1884A8: device_bind_common.constprop.0 (device.c:64) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884BE: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x1884BE: device_bind_common.constprop.0 (device.c:67) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884C6: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x1884C6: device_bind_common.constprop.0 (device.c:68) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1884F9: device_bind_common.constprop.0 (device.c:78) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DE38: dev_ofnode (device.h:247) | |
==33394== by 0x18DE38: dev_read_alias_seq (read.c:285) | |
==33394== by 0x188583: device_bind_common.constprop.0 (device.c:91) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188546: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188596: dev_or_flags (device.h:229) | |
==33394== by 0x188596: device_bind_common.constprop.0 (device.c:116) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x3D679F: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188649: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A85B2: pinctrl_post_bind (pinctrl-uclass.c:403) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8499: dev_ofnode (device.h:247) | |
==33394== by 0x1A8499: dev_has_ofnode (device.h:276) | |
==33394== by 0x1A8499: pinconfig_post_bind (pinctrl-uclass.c:118) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A84D7: pinconfig_post_bind (pinctrl-uclass.c:121) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1886CE: dev_or_flags (device.h:229) | |
==33394== by 0x1886CE: device_bind_common.constprop.0 (device.c:187) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189D97: uclass_find_next_free_seq (uclass.c:311) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x189D9E: uclass_find_next_free_seq (uclass.c:311) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189DA0: uclass_find_next_free_seq (uclass.c:312) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188654: __list_add (list.h:50) | |
==33394== by 0x188654: list_add_tail (list.h:76) | |
==33394== by 0x188654: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A556: __list_add (list.h:50) | |
==33394== by 0x18A556: list_add_tail (list.h:76) | |
==33394== by 0x18A556: uclass_bind_device (uclass.c:682) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885FA: device_bind_common.constprop.0 (device.c:144) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885FC: device_bind_common.constprop.0 (device.c:145) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188607: device_bind_common.constprop.0 (device.c:147) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18863D: list_add_tail (list.h:76) | |
==33394== by 0x18863D: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A560: uclass_bind_device (uclass.c:684) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A562: uclass_bind_device (uclass.c:685) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x188676: device_bind_common.constprop.0 (device.c:171) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18868B: device_bind_common.constprop.0 (device.c:171) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189D9E: uclass_find_next_free_seq (uclass.c:311) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1A8571: pinconfig_post_bind (pinctrl-uclass.c:142) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1899ED: uclass_add (uclass.c:73) | |
==33394== by 0x1899ED: uclass_get (uclass.c:157) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189A21: uclass_add (uclass.c:85) | |
==33394== by 0x189A21: uclass_get (uclass.c:157) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188528: device_bind_common.constprop.0 (device.c:83) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DE43: dev_read_alias_seq (read.c:286) | |
==33394== by 0x188583: device_bind_common.constprop.0 (device.c:91) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188537: device_bind_common.constprop.0 (device.c:98) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189D6F: uclass_find_next_free_seq (uclass.c:307) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189D87: uclass_find_next_free_seq (uclass.c:311) | |
==33394== by 0x188545: device_bind_common.constprop.0 (device.c:99) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885C5: device_bind_common.constprop.0 (device.c:133) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A540: list_add_tail (list.h:76) | |
==33394== by 0x18A540: uclass_bind_device (uclass.c:682) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18869C: device_bind_common.constprop.0 (device.c:176) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1898B9: uclass_find (uclass.c:37) | |
==33394== by 0x1899A5: uclass_get (uclass.c:153) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1898C0: uclass_find (uclass.c:37) | |
==33394== by 0x1899A5: uclass_get (uclass.c:153) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1898C2: uclass_find (uclass.c:38) | |
==33394== by 0x1899A5: uclass_get (uclass.c:153) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189A42: __list_add (list.h:47) | |
==33394== by 0x189A42: list_add (list.h:63) | |
==33394== by 0x189A42: uclass_add (uclass.c:88) | |
==33394== by 0x189A42: uclass_get (uclass.c:157) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x246265: dev_ofnode (device.h:247) | |
==33394== by 0x246265: dev_has_ofnode (device.h:276) | |
==33394== by 0x246265: dm_mdio_mux_post_bind (mdio-mux-uclass.c:166) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x24629A: dm_mdio_mux_post_bind (mdio-mux-uclass.c:177) | |
==33394== by 0x24629A: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1533D0EF: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18860B: device_bind_common.constprop.0 (device.c:147) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188617: dev_or_flags (device.h:229) | |
==33394== by 0x188617: device_bind_common.constprop.0 (device.c:149) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188638: device_bind_common.constprop.0 (device.c:155) | |
==33394== by 0x32DF9E: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A566: uclass_bind_device (uclass.c:687) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18780B: dev_get_parent_plat (device.c:626) | |
==33394== by 0x2461E8: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:150) | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18783F: dev_get_parent_plat (device.c:631) | |
==33394== by 0x2461E8: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:150) | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2461FB: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:152) | |
==33394== by 0x1533D1EF: ??? | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x245EA2: dev_ofnode (device.h:247) | |
==33394== by 0x245EA2: dev_has_ofnode (device.h:276) | |
==33394== by 0x245EA2: dm_mdio_post_bind (mdio-uclass.c:44) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DBE3: dev_ofnode (device.h:247) | |
==33394== by 0x18DBE3: dev_read_string (read.c:77) | |
==33394== by 0x245ED0: dm_mdio_post_bind (mdio-uclass.c:45) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x245EE1: dm_mdio_post_bind (mdio-uclass.c:56) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1899AD: uclass_get (uclass.c:154) | |
==33394== by 0x188481: device_bind_common.constprop.0 (device.c:57) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18862F: device_bind_common.constprop.0 (device.c:151) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2461FB: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:152) | |
==33394== by 0x1533D2AF: ??? | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x246205: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:152) | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885D1: dev_or_flags (device.h:229) | |
==33394== by 0x1885D1: device_bind_common.constprop.0 (device.c:135) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885E9: device_bind_common.constprop.0 (device.c:137) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x3D437F: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187851: dev_get_uclass_plat (device.c:636) | |
==33394== by 0x18B5FA: simple_bus_post_bind (simple-bus.c:31) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187885: dev_get_uclass_plat (device.c:641) | |
==33394== by 0x18B5FA: simple_bus_post_bind (simple-bus.c:31) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B5FB: simple_bus_post_bind (simple-bus.c:38) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18975D: dev_ofnode (device.h:247) | |
==33394== by 0x18975D: dm_scan_fdt_dev (root.c:295) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x3D433F: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885B2: device_bind_common.constprop.0 (device.c:118) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x3D83FF: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x3D3C5F: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x3D3D3F: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x194123: scmi_bind_protocols (scmi_agent-uclass.c:64) | |
==33394== by 0x1FFEFFF2DF: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885FA: device_bind_common.constprop.0 (device.c:144) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885FC: device_bind_common.constprop.0 (device.c:145) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188607: device_bind_common.constprop.0 (device.c:147) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18860B: device_bind_common.constprop.0 (device.c:147) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18863D: list_add_tail (list.h:76) | |
==33394== by 0x18863D: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188654: __list_add (list.h:50) | |
==33394== by 0x188654: list_add_tail (list.h:76) | |
==33394== by 0x188654: device_bind_common.constprop.0 (device.c:158) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x188676: device_bind_common.constprop.0 (device.c:171) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18868B: device_bind_common.constprop.0 (device.c:171) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1AF1C3: dev_ofnode (device.h:247) | |
==33394== by 0x1AF1C3: scmi_regulator_bind (scmi_regulator.c:184) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188596: dev_or_flags (device.h:229) | |
==33394== by 0x188596: device_bind_common.constprop.0 (device.c:116) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885B2: device_bind_common.constprop.0 (device.c:118) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x1533E16F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885D1: dev_or_flags (device.h:229) | |
==33394== by 0x1885D1: device_bind_common.constprop.0 (device.c:135) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1885E9: device_bind_common.constprop.0 (device.c:137) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x1533E16F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187851: dev_get_uclass_plat (device.c:636) | |
==33394== by 0x1ABC6F: regulator_post_bind (regulator-uclass.c:414) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187885: dev_get_uclass_plat (device.c:641) | |
==33394== by 0x1ABC6F: regulator_post_bind (regulator-uclass.c:414) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1ABC7D: regulator_post_bind (regulator-uclass.c:417) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1ABC82: regulator_post_bind (regulator-uclass.c:417) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1ABC8B: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1ABCDE: regulator_name_is_unique (regulator-uclass.c:394) | |
==33394== by 0x1ABCDE: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x189CCB: uclass_find_next_device (uclass.c:268) | |
==33394== by 0x1ABCCF: regulator_name_is_unique (regulator-uclass.c:393) | |
==33394== by 0x1ABCCF: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1ABCD7: regulator_name_is_unique (regulator-uclass.c:392) | |
==33394== by 0x1ABCD7: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189CBC: list_is_last (list.h:169) | |
==33394== by 0x189CBC: uclass_find_next_device (uclass.c:268) | |
==33394== by 0x1ABCCF: regulator_name_is_unique (regulator-uclass.c:393) | |
==33394== by 0x1ABCCF: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187851: dev_get_uclass_plat (device.c:636) | |
==33394== by 0x1ABCE4: regulator_name_is_unique (regulator-uclass.c:397) | |
==33394== by 0x1ABCE4: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187885: dev_get_uclass_plat (device.c:641) | |
==33394== by 0x1ABCE4: regulator_name_is_unique (regulator-uclass.c:397) | |
==33394== by 0x1ABCE4: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1ABCE5: regulator_name_is_unique (regulator-uclass.c:398) | |
==33394== by 0x1ABCE5: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1ABCF5: regulator_name_is_unique (regulator-uclass.c:402) | |
==33394== by 0x1ABCF5: regulator_post_bind (regulator-uclass.c:426) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1898B9: uclass_find (uclass.c:37) | |
==33394== by 0x24B2F4: dm_test_post_run (test-main.c:78) | |
==33394== by 0x24B2F4: test_post_run (test-main.c:262) | |
==33394== by 0x24B2F4: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1898C0: uclass_find (uclass.c:37) | |
==33394== by 0x24B2F4: dm_test_post_run (test-main.c:78) | |
==33394== by 0x24B2F4: test_post_run (test-main.c:262) | |
==33394== by 0x24B2F4: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1898C2: uclass_find (uclass.c:38) | |
==33394== by 0x24B2F4: dm_test_post_run (test-main.c:78) | |
==33394== by 0x24B2F4: test_post_run (test-main.c:262) | |
==33394== by 0x24B2F4: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B5C4: device_chld_remove (device-remove.c:55) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B596: device_chld_remove (device-remove.c:55) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B3F5: device_remove (device-remove.c:204) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B401: device_remove (device-remove.c:207) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B255: __list_del (list.h:88) | |
==33394== by 0x18B255: list_del (list.h:100) | |
==33394== by 0x18B255: device_unbind (device-remove.c:118) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B32C: device_chld_unbind (device-remove.c:32) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B2D2: device_chld_unbind (device-remove.c:32) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B168: device_unbind (device-remove.c:76) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B16E: dev_get_flags (device.h:224) | |
==33394== by 0x18B16E: device_unbind (device-remove.c:79) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B187: device_unbind (device-remove.c:88) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B2B7: device_chld_unbind (device-remove.c:32) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5A1: uclass_pre_unbind_device (uclass.c:709) | |
==33394== by 0x18B1BF: device_unbind (device-remove.c:98) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1CB: device_unbind (device-remove.c:101) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x18B1DB: device_unbind (device-remove.c:102) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x18B1DB: device_unbind (device-remove.c:102) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533C62F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1EE: device_unbind (device-remove.c:105) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B211: device_unbind (device-remove.c:109) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533C62F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B243: device_unbind (device-remove.c:117) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B24A: list_del (list.h:100) | |
==33394== by 0x18B24A: device_unbind (device-remove.c:118) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AD8F: release_nodes (devres.c:200) | |
==33394== by 0x18B276: device_unbind (device-remove.c:120) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B277: device_unbind (device-remove.c:122) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B248: device_unbind (device-remove.c:117) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B259: __list_del (list.h:89) | |
==33394== by 0x18B259: list_del (list.h:100) | |
==33394== by 0x18B259: device_unbind (device-remove.c:118) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533C9AF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CCAF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5A5: uclass_pre_unbind_device (uclass.c:709) | |
==33394== by 0x18B1BF: device_unbind (device-remove.c:98) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5C3: __list_del (list.h:89) | |
==33394== by 0x18A5C3: list_del (list.h:100) | |
==33394== by 0x18A5C3: uclass_unbind_device (uclass.c:720) | |
==33394== by 0x18B23B: device_unbind (device-remove.c:113) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18780B: dev_get_parent_plat (device.c:626) | |
==33394== by 0x18B221: device_unbind (device-remove.c:110) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18783F: dev_get_parent_plat (device.c:631) | |
==33394== by 0x18B221: device_unbind (device-remove.c:110) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B22F: device_unbind (device-remove.c:111) | |
==33394== by 0x1533D0EF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533D0EF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187851: dev_get_uclass_plat (device.c:636) | |
==33394== by 0x18B1FE: device_unbind (device-remove.c:106) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187885: dev_get_uclass_plat (device.c:641) | |
==33394== by 0x18B1FE: device_unbind (device-remove.c:106) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533C62F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533DF2F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533E16F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533E16F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533E16F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24B2FB: dm_test_post_run (test-main.c:79) | |
==33394== by 0x24B2FB: test_post_run (test-main.c:262) | |
==33394== by 0x24B2FB: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== by 0x16F156: initcall_run_list (initcall.h:46) | |
==33394== by 0x16F156: board_init_r (board_r.c:822) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1898E3: list_empty (list.h:178) | |
==33394== by 0x1898E3: uclass_destroy (uclass.c:123) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1898EA: uclass_destroy (uclass.c:123) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18990F: uclass_destroy (uclass.c:134) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189921: list_del (list.h:100) | |
==33394== by 0x189921: uclass_destroy (uclass.c:137) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18992D: __list_del (list.h:89) | |
==33394== by 0x18992D: list_del (list.h:100) | |
==33394== by 0x18992D: uclass_destroy (uclass.c:137) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x189929: __list_del (list.h:88) | |
==33394== by 0x189929: list_del (list.h:100) | |
==33394== by 0x189929: uclass_destroy (uclass.c:137) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
Test: dm_test_acpi_fill_header: acpi.c (flat tree) | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x245ECC: dm_mdio_post_bind (mdio-uclass.c:45) | |
==33394== by 0x1533D0EF: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x245ECC: dm_mdio_post_bind (mdio-uclass.c:45) | |
==33394== by 0x1533C62F: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B631: simple_bus_post_bind (simple-bus.c:41) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24B2FB: dm_test_post_run (test-main.c:79) | |
==33394== by 0x24B2FB: test_post_run (test-main.c:262) | |
==33394== by 0x24B2FB: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== by 0x16F156: initcall_run_list (initcall.h:46) | |
==33394== by 0x16F156: board_init_r (board_r.c:822) | |
==33394== | |
Test: dm_test_acpi_fill_ssdt: acpi.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x263AF2: dm_test_acpi_fill_ssdt (acpi.c:511) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263B36: dm_test_acpi_fill_ssdt (acpi.c:515) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x2618E8: testacpi_fill_ssdt (acpi.c:108) | |
==33394== by 0x18AC5C: acpi_recurse_method (acpi.c:311) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A9CA: add_item.isra.0 (acpi.c:153) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A9E8: add_item.isra.0 (acpi.c:157) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240430: memcpy (string.c:561) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24043B: memcpy (string.c:565) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240447: memcpy (string.c:566) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240473: memcpy (string.c:574) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240475: memcpy (string.c:575) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240479: memcpy (string.c:575) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240473: memcpy (string.c:574) | |
==33394== by 0x18A9F5: add_item.isra.0 (acpi.c:159) | |
==33394== by 0x18AC78: acpi_recurse_method (acpi.c:317) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18AC7B: acpi_recurse_method (acpi.c:318) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18ACA2: acpi_recurse_method (acpi.c:322) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18ABD8: acpi_get_method (acpi.c:280) | |
==33394== by 0x18AC29: acpi_recurse_method (acpi.c:304) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AC2F: acpi_recurse_method (acpi.c:322) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18ACA2: acpi_recurse_method (acpi.c:322) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AC93: acpi_recurse_method (acpi.c:322) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AC93: acpi_recurse_method (acpi.c:322) | |
==33394== by 0x18AC8E: acpi_recurse_method (acpi.c:323) | |
==33394== by 0x18ACD2: acpi_fill_ssdt (acpi.c:337) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240430: memcpy (string.c:561) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24043B: memcpy (string.c:565) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240447: memcpy (string.c:566) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x240473: memcpy (string.c:574) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240475: memcpy (string.c:575) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240479: memcpy (string.c:575) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240473: memcpy (string.c:574) | |
==33394== by 0x18A8AF: sort_acpi_item_type.isra.0 (acpi.c:258) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A8C9: sort_acpi_item_type.isra.0 (acpi.c:268) | |
==33394== by 0x263B3E: dm_test_acpi_fill_ssdt (acpi.c:516) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263B68: dm_test_acpi_fill_ssdt (acpi.c:522) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263B92: dm_test_acpi_fill_ssdt (acpi.c:523) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263BBD: dm_test_acpi_fill_ssdt (acpi.c:526) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263BE8: dm_test_acpi_fill_ssdt (acpi.c:527) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x263C1F: dm_test_acpi_fill_ssdt (acpi.c:529) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
Test: dm_test_acpi_fill_ssdt: acpi.c (flat tree) | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x24629A: dm_mdio_mux_post_bind (mdio-mux-uclass.c:177) | |
==33394== by 0x24629A: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1533D16F: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2461FB: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:152) | |
==33394== by 0x1533D26F: ??? | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x245ECC: dm_mdio_post_bind (mdio-uclass.c:45) | |
==33394== by 0x1533D16F: ??? | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2461FB: dm_mdio_mux_child_post_bind (mdio-mux-uclass.c:152) | |
==33394== by 0x1533D34F: ??? | |
==33394== by 0x18A57A: uclass_bind_device (uclass.c:688) | |
==33394== by 0x18865E: device_bind_common.constprop.0 (device.c:161) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:183) | |
==33394== by 0x2462E1: dm_mdio_mux_post_bind (mdio-mux-uclass.c:161) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x1897D8: dm_extended_scan (root.c:322) | |
==33394== by 0x24B27D: test_pre_run (test-main.c:236) | |
==33394== by 0x24B27D: ut_run_test (test-main.c:295) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x1533E20F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x1533E20F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CCCF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B22F: device_unbind (device-remove.c:111) | |
==33394== by 0x1533D16F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533D16F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533DFCF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533E20F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533E20F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533E20F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
Test: dm_test_acpi_get_name: acpi.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A29E: uclass_get_device_by_phandle_id (uclass.c:543) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DDE5: dev_ofnode (device.h:247) | |
==33394== by 0x18DDE5: dev_read_phandle (read.c:253) | |
==33394== by 0x18A2A7: uclass_get_device_by_phandle_id (uclass.c:546) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A2BF: uclass_get_device_by_phandle_id (uclass.c:543) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187EA7: device_probe (device.c:490) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EB0: device_probe (device.c:493) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EC1: device_probe (device.c:496) | |
==33394== by 0x187EC1: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D1F: device_of_to_plat (device.c:401) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D2C: device_of_to_plat (device.c:410) | |
==33394== by 0x187D2C: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187D33: device_of_to_plat (device.c:410) | |
==33394== by 0x187D33: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187D0E: device_of_to_plat (device.c:398) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D1F: device_of_to_plat (device.c:401) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D2C: device_of_to_plat (device.c:410) | |
==33394== by 0x187D2C: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D4E: device_of_to_plat (device.c:421) | |
==33394== by 0x187D4E: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D35: device_alloc_priv (device.c:357) | |
==33394== by 0x187D35: device_of_to_plat (device.c:425) | |
==33394== by 0x187D35: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x187D63: device_alloc_priv (device.c:361) | |
==33394== by 0x187D63: device_of_to_plat (device.c:425) | |
==33394== by 0x187D63: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x187D63: device_alloc_priv (device.c:361) | |
==33394== by 0x187D63: device_of_to_plat (device.c:425) | |
==33394== by 0x187D63: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D89: device_alloc_priv (device.c:365) | |
==33394== by 0x187D89: device_of_to_plat (device.c:425) | |
==33394== by 0x187D89: device_of_to_plat (device.c:393) | |
==33394== by 0xFFFFFFE9: ??? | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D8E: device_alloc_priv (device.c:369) | |
==33394== by 0x187D8E: device_of_to_plat (device.c:425) | |
==33394== by 0x187D8E: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187DCF: device_alloc_priv (device.c:378) | |
==33394== by 0x187DCF: device_of_to_plat (device.c:425) | |
==33394== by 0x187DCF: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187E21: device_of_to_plat (device.c:432) | |
==33394== by 0x187E21: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187E43: dev_ofnode (device.h:247) | |
==33394== by 0x187E43: dev_has_ofnode (device.h:276) | |
==33394== by 0x187E43: device_of_to_plat (device.c:433) | |
==33394== by 0x187E43: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x1A955A: single_of_to_plat (pinctrl-single.c:575) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x1A955A: single_of_to_plat (pinctrl-single.c:575) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A956C: single_of_to_plat (pinctrl-single.c:578) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18CD59: of_read_u32_index (of_access.c:525) | |
==33394== by 0x1A9570: single_of_to_plat (pinctrl-single.c:578) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A95E7: single_of_to_plat (pinctrl-single.c:584) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DC58: dev_ofnode (device.h:247) | |
==33394== by 0x18DC58: dev_read_addr_size_index (read.c:116) | |
==33394== by 0x1A965F: single_of_to_plat (pinctrl-single.c:594) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A96DA: single_of_to_plat (pinctrl-single.c:600) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A96F9: single_of_to_plat (pinctrl-single.c:603) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A977B: single_of_to_plat (pinctrl-single.c:609) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A978E: single_of_to_plat (pinctrl-single.c:609) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9791: single_of_to_plat (pinctrl-single.c:614) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18CD59: of_read_u32_index (of_access.c:525) | |
==33394== by 0x1A9795: single_of_to_plat (pinctrl-single.c:614) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187E2E: dev_or_flags (device.h:229) | |
==33394== by 0x187E2E: device_of_to_plat (device.c:439) | |
==33394== by 0x187E2E: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D4E: device_of_to_plat (device.c:421) | |
==33394== by 0x187D4E: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D35: device_alloc_priv (device.c:357) | |
==33394== by 0x187D35: device_of_to_plat (device.c:425) | |
==33394== by 0x187D35: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187D8E: device_alloc_priv (device.c:369) | |
==33394== by 0x187D8E: device_of_to_plat (device.c:425) | |
==33394== by 0x187D8E: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187DCF: device_alloc_priv (device.c:378) | |
==33394== by 0x187DCF: device_of_to_plat (device.c:425) | |
==33394== by 0x187DCF: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187DD6: device_alloc_priv (device.c:378) | |
==33394== by 0x187DD6: device_of_to_plat (device.c:425) | |
==33394== by 0x187DD6: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187DD8: device_alloc_priv (device.c:379) | |
==33394== by 0x187DD8: device_of_to_plat (device.c:425) | |
==33394== by 0x187DD8: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187DE4: device_alloc_priv (device.c:381) | |
==33394== by 0x187DE4: device_of_to_plat (device.c:425) | |
==33394== by 0x187DE4: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187E21: device_of_to_plat (device.c:432) | |
==33394== by 0x187E21: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187E2E: dev_or_flags (device.h:229) | |
==33394== by 0x187E2E: device_of_to_plat (device.c:439) | |
==33394== by 0x187E2E: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187ED4: device_probe (device.c:504) | |
==33394== by 0x187ED4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187EDB: device_probe (device.c:504) | |
==33394== by 0x187EDB: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187EA7: device_probe (device.c:490) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EB0: device_probe (device.c:493) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EC1: device_probe (device.c:496) | |
==33394== by 0x187EC1: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187ED4: device_probe (device.c:504) | |
==33394== by 0x187ED4: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F00: device_probe (device.c:515) | |
==33394== by 0x187F00: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EDD: dev_or_flags (device.h:229) | |
==33394== by 0x187EDD: device_probe (device.c:519) | |
==33394== by 0x187EDD: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F0E: device_probe (device.c:522) | |
==33394== by 0x187F0E: device_probe (device.c:485) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1AA7AD: dev_power_domain_ctrl (power-domain-uclass.c:121) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x187F2E: device_probe (device.c:524) | |
==33394== by 0x187F2E: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F18: device_probe (device.c:544) | |
==33394== by 0x187F18: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F3E: device_probe (device.c:544) | |
==33394== by 0x187F3E: device_probe (device.c:485) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F57: device_probe (device.c:551) | |
==33394== by 0x187F57: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F61: device_probe (device.c:552) | |
==33394== by 0x187F61: device_probe (device.c:485) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DDA2: dev_ofnode (device.h:247) | |
==33394== by 0x18DDA2: dev_count_phandle_with_args (read.c:227) | |
==33394== by 0x1CC7E0: dev_iommu_enable (iommu-uclass.c:18) | |
==33394== by 0x187F72: device_probe (device.c:553) | |
==33394== by 0x187F72: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F7A: device_get_dma_constraints (device.c:460) | |
==33394== by 0x187F7A: device_probe (device.c:558) | |
==33394== by 0x187F7A: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18802A: device_get_dma_constraints (device.c:480) | |
==33394== by 0x18802A: device_probe (device.c:558) | |
==33394== by 0x18802A: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5DD: uclass_pre_probe_device (uclass.c:731) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A5EE: uclass_pre_probe_device (uclass.c:738) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188033: device_probe (device.c:566) | |
==33394== by 0x188033: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188043: dev_ofnode (device.h:247) | |
==33394== by 0x188043: dev_has_ofnode (device.h:276) | |
==33394== by 0x188043: device_probe (device.c:573) | |
==33394== by 0x188043: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1840C1: dev_ofnode (device.h:247) | |
==33394== by 0x1840C1: dev_has_ofnode (device.h:276) | |
==33394== by 0x1840C1: clk_set_defaults (clk-uclass.c:376) | |
==33394== by 0x18808B: device_probe (device.c:578) | |
==33394== by 0x18808B: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18412D: clk_set_default_parents (clk-uclass.c:221) | |
==33394== by 0x18412D: clk_set_defaults (clk-uclass.c:390) | |
==33394== by 0x18412D: clk_set_defaults (clk-uclass.c:372) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x18808B: device_probe (device.c:578) | |
==33394== by 0x18808B: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18423D: clk_set_default_rates (clk-uclass.c:306) | |
==33394== by 0x18423D: clk_set_defaults (clk-uclass.c:394) | |
==33394== by 0x18423D: clk_set_defaults (clk-uclass.c:372) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x18808B: device_probe (device.c:578) | |
==33394== by 0x18808B: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x1A97EA: single_probe (pinctrl-single.c:536) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x1A97EA: single_probe (pinctrl-single.c:536) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A97F5: single_probe (pinctrl-single.c:537) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A97F5: single_probe (pinctrl-single.c:537) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9819: single_probe (pinctrl-single.c:543) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x23E731: kmalloc (linux_compat.c:25) | |
==33394== by 0x18AE8A: __devres_alloc (devres.c:83) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403D5: memset (string.c:527) | |
==33394== by 0x23E73F: kmalloc (linux_compat.c:26) | |
==33394== by 0x18AE8A: __devres_alloc (devres.c:83) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x23E73F: kmalloc (linux_compat.c:26) | |
==33394== by 0x18AE8A: __devres_alloc (devres.c:83) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403FB: memset (string.c:533) | |
==33394== by 0x23E73F: kmalloc (linux_compat.c:26) | |
==33394== by 0x18AE8A: __devres_alloc (devres.c:83) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2403F9: memset (string.c:532) | |
==33394== by 0x23E73F: kmalloc (linux_compat.c:26) | |
==33394== by 0x18AE8A: __devres_alloc (devres.c:83) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18AE8E: __devres_alloc (devres.c:84) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AE90: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x18AE90: __devres_alloc (devres.c:87) | |
==33394== by 0x18B0FB: devm_kmalloc (devres.c:279) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18AEF7: devres_add (devres.c:109) | |
==33394== by 0x18B110: devm_kmalloc (devres.c:283) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AF18: dev_get_flags (device.h:224) | |
==33394== by 0x18AF18: devres_add (devres.c:110) | |
==33394== by 0x18B110: devm_kmalloc (devres.c:283) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AF3B: list_add_tail (list.h:76) | |
==33394== by 0x18AF3B: devres_add (devres.c:116) | |
==33394== by 0x18B110: devm_kmalloc (devres.c:283) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AF4B: __list_add (list.h:50) | |
==33394== by 0x18AF4B: list_add_tail (list.h:76) | |
==33394== by 0x18AF4B: devres_add (devres.c:116) | |
==33394== by 0x18B110: devm_kmalloc (devres.c:283) | |
==33394== by 0x1A9830: devm_kzalloc (devres.h:181) | |
==33394== by 0x1A9830: single_probe (pinctrl-single.c:546) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9845: single_probe (pinctrl-single.c:553) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9864: single_probe (pinctrl-single.c:555) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A992B: single_probe (pinctrl-single.c:561) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9949: single_add_gpio_func (pinctrl-single.c:506) | |
==33394== by 0x1A9949: single_probe (pinctrl-single.c:564) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9949: single_add_gpio_func (pinctrl-single.c:506) | |
==33394== by 0x1A9949: single_probe (pinctrl-single.c:564) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A994D: dev_ofnode (device.h:247) | |
==33394== by 0x1A994D: single_add_gpio_func (pinctrl-single.c:514) | |
==33394== by 0x1A994D: single_probe (pinctrl-single.c:564) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A62D: uclass_post_probe_device (uclass.c:755) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A636: uclass_post_probe_device (uclass.c:764) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1880F1: device_probe (device.c:593) | |
==33394== by 0x1880F1: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1880FF: device_probe (device.c:593) | |
==33394== by 0x1880FF: device_probe (device.c:485) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8742: dev_ofnode (device.h:247) | |
==33394== by 0x1A8742: dev_has_ofnode (device.h:276) | |
==33394== by 0x1A8742: pinctrl_select_state (pinctrl-uclass.c:313) | |
==33394== by 0x18811B: device_probe (device.c:594) | |
==33394== by 0x18811B: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18DCD6: dev_ofnode (device.h:247) | |
==33394== by 0x18DCD6: dev_read_stringlist_search (read.c:194) | |
==33394== by 0x1A8794: pinctrl_select_state_full (pinctrl-uclass.c:65) | |
==33394== by 0x1A8794: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x18811B: device_probe (device.c:594) | |
==33394== by 0x18811B: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F00: device_probe (device.c:515) | |
==33394== by 0x187F00: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187EDD: dev_or_flags (device.h:229) | |
==33394== by 0x187EDD: device_probe (device.c:519) | |
==33394== by 0x187EDD: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187EE9: device_probe (device.c:521) | |
==33394== by 0x187EE9: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F0E: device_probe (device.c:522) | |
==33394== by 0x187F0E: device_probe (device.c:485) | |
==33394== by 0x1FFEFFF24F: ??? | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F18: device_probe (device.c:544) | |
==33394== by 0x187F18: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187F1D: device_probe (device.c:544) | |
==33394== by 0x187F1D: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F3E: device_probe (device.c:544) | |
==33394== by 0x187F3E: device_probe (device.c:485) | |
==33394== by 0x1FFEFFF24F: ??? | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8742: dev_ofnode (device.h:247) | |
==33394== by 0x1A8742: dev_has_ofnode (device.h:276) | |
==33394== by 0x1A8742: pinctrl_select_state (pinctrl-uclass.c:313) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F57: device_probe (device.c:551) | |
==33394== by 0x187F57: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187F5C: device_probe (device.c:551) | |
==33394== by 0x187F5C: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F61: device_probe (device.c:552) | |
==33394== by 0x187F61: device_probe (device.c:485) | |
==33394== by 0x1FFEFFF24F: ??? | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187F7A: device_get_dma_constraints (device.c:460) | |
==33394== by 0x187F7A: device_probe (device.c:558) | |
==33394== by 0x187F7A: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187F9B: device_get_dma_constraints (device.c:466) | |
==33394== by 0x187F9B: device_probe (device.c:558) | |
==33394== by 0x187F9B: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187FA4: dev_ofnode (device.h:247) | |
==33394== by 0x187FA4: dev_has_ofnode (device.h:276) | |
==33394== by 0x187FA4: device_get_dma_constraints (device.c:466) | |
==33394== by 0x187FA4: device_probe (device.c:558) | |
==33394== by 0x187FA4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x187FF4: device_get_dma_constraints (device.c:473) | |
==33394== by 0x187FF4: device_probe (device.c:558) | |
==33394== by 0x187FF4: device_probe (device.c:485) | |
==33394== by 0x1FFEFFF24F: ??? | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18802A: device_get_dma_constraints (device.c:480) | |
==33394== by 0x18802A: device_probe (device.c:558) | |
==33394== by 0x18802A: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A5F5: uclass_pre_probe_device (uclass.c:738) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A60B: uclass_pre_probe_device (uclass.c:740) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188033: device_probe (device.c:566) | |
==33394== by 0x188033: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18803A: device_probe (device.c:566) | |
==33394== by 0x18803A: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188059: device_probe (device.c:566) | |
==33394== by 0x188059: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x188043: dev_ofnode (device.h:247) | |
==33394== by 0x188043: dev_has_ofnode (device.h:276) | |
==33394== by 0x188043: device_probe (device.c:573) | |
==33394== by 0x188043: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18A634: uclass_post_probe_device (uclass.c:755) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A64D: uclass_post_probe_device (uclass.c:756) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1880F1: device_probe (device.c:593) | |
==33394== by 0x1880F1: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1880F6: device_probe (device.c:593) | |
==33394== by 0x1880F6: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1880FF: device_probe (device.c:593) | |
==33394== by 0x1880FF: device_probe (device.c:485) | |
==33394== by 0x1FFEFFF24F: ??? | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8887: pinctrl_config_one (pinctrl-uclass.c:37) | |
==33394== by 0x1A8887: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8887: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x333EBE: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1A8892: pinctrl_config_one (pinctrl-uclass.c:38) | |
==33394== by 0x1A8892: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8892: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8903: pinctrl_config_one (pinctrl-uclass.c:42) | |
==33394== by 0x1A8903: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8903: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A8915: pinctrl_config_one (pinctrl-uclass.c:46) | |
==33394== by 0x1A8915: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8915: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9A14: single_set_state (pinctrl-single.c:456) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9CA2: single_set_state (pinctrl-single.c:469) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9CD1: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x1A9CDA: single_configure_bits (pinctrl-single.c:377) | |
==33394== by 0x1A9CDA: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x1A9CDA: single_configure_bits (pinctrl-single.c:377) | |
==33394== by 0x1A9CDA: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9CE5: single_configure_bits (pinctrl-single.c:378) | |
==33394== by 0x1A9CE5: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9CE5: single_configure_bits (pinctrl-single.c:378) | |
==33394== by 0x1A9CE5: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9CE6: single_configure_bits (pinctrl-single.c:386) | |
==33394== by 0x1A9CE6: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9CF5: single_configure_bits (pinctrl-single.c:389) | |
==33394== by 0x1A9CF5: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9D49: single_configure_bits (pinctrl-single.c:398) | |
==33394== by 0x1A9D49: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9D53: single_configure_bits (pinctrl-single.c:404) | |
==33394== by 0x1A9D53: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x1A9435: single_get_pin_by_offset (pinctrl-single.c:157) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x1A9435: single_get_pin_by_offset (pinctrl-single.c:157) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9440: single_get_pin_by_offset (pinctrl-single.c:158) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9440: single_get_pin_by_offset (pinctrl-single.c:158) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9444: single_get_pin_by_offset (pinctrl-single.c:160) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A94C2: single_get_pin_by_offset (pinctrl-single.c:166) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A91CD: single_read (pinctrl-single.c:136) | |
==33394== by 0x1A9E11: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E11: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A91CD: single_read (pinctrl-single.c:136) | |
==33394== by 0x1A9E11: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E11: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9E25: single_write (pinctrl-single.c:143) | |
==33394== by 0x1A9E25: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E25: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9E25: single_write (pinctrl-single.c:143) | |
==33394== by 0x1A9E25: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E25: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9EDD: single_configure_bits (pinctrl-single.c:421) | |
==33394== by 0x1A9EDD: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187D7A: device_alloc_priv (device.c:363) | |
==33394== by 0x187D7A: device_of_to_plat (device.c:425) | |
==33394== by 0x187D7A: device_of_to_plat (device.c:393) | |
==33394== by 0x187D45: device_of_to_plat (device.c:411) | |
==33394== by 0x187D45: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9805: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x1A9805: single_probe (pinctrl-single.c:540) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9834: single_probe (pinctrl-single.c:545) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9853: single_probe (pinctrl-single.c:553) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9A44: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1877C5: dev_get_plat (device.c:616) | |
==33394== by 0x1A9A4D: single_configure_pins (pinctrl-single.c:319) | |
==33394== by 0x1A9A4D: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1877F9: dev_get_plat (device.c:621) | |
==33394== by 0x1A9A4D: single_configure_pins (pinctrl-single.c:319) | |
==33394== by 0x1A9A4D: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9A58: single_configure_pins (pinctrl-single.c:320) | |
==33394== by 0x1A9A58: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9A58: single_configure_pins (pinctrl-single.c:320) | |
==33394== by 0x1A9A58: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9A59: single_configure_pins (pinctrl-single.c:328) | |
==33394== by 0x1A9A59: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9AD2: single_configure_pins (pinctrl-single.c:339) | |
==33394== by 0x1A9AD2: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9B40: single_configure_pins (pinctrl-single.c:351) | |
==33394== by 0x1A9B40: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9444: single_get_pin_by_offset (pinctrl-single.c:160) | |
==33394== by 0x1A9B62: single_configure_pins (pinctrl-single.c:353) | |
==33394== by 0x1A9B62: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A94C2: single_get_pin_by_offset (pinctrl-single.c:166) | |
==33394== by 0x1A9B62: single_configure_pins (pinctrl-single.c:353) | |
==33394== by 0x1A9B62: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A94D8: single_get_pin_by_offset (pinctrl-single.c:169) | |
==33394== by 0x1A9B62: single_configure_pins (pinctrl-single.c:353) | |
==33394== by 0x1A9B62: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A91CE: single_read (pinctrl-single.c:138) | |
==33394== by 0x1A9BFB: single_configure_pins (pinctrl-single.c:360) | |
==33394== by 0x1A9BFB: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x1A9C20: single_write (pinctrl-single.c:143) | |
==33394== by 0x1A9C20: single_configure_pins (pinctrl-single.c:360) | |
==33394== by 0x1A9C20: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x1A9C20: single_write (pinctrl-single.c:143) | |
==33394== by 0x1A9C20: single_configure_pins (pinctrl-single.c:360) | |
==33394== by 0x1A9C20: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9C29: single_write (pinctrl-single.c:145) | |
==33394== by 0x1A9C29: single_configure_pins (pinctrl-single.c:360) | |
==33394== by 0x1A9C29: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9C6F: list_add (list.h:63) | |
==33394== by 0x1A9C6F: single_configure_pins (pinctrl-single.c:369) | |
==33394== by 0x1A9C6F: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9C73: __list_add (list.h:47) | |
==33394== by 0x1A9C73: list_add (list.h:63) | |
==33394== by 0x1A9C73: single_configure_pins (pinctrl-single.c:369) | |
==33394== by 0x1A9C73: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9C8C: __list_add (list.h:50) | |
==33394== by 0x1A9C8C: list_add (list.h:63) | |
==33394== by 0x1A9C8C: single_configure_pins (pinctrl-single.c:369) | |
==33394== by 0x1A9C8C: single_set_state (pinctrl-single.c:464) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187DC5: device_alloc_priv (device.c:372) | |
==33394== by 0x187DC5: device_of_to_plat (device.c:425) | |
==33394== by 0x187DC5: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261BE7: dm_test_acpi_get_name (acpi.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1B0E21: sandbox_timer_probe (sandbox_timer.c:44) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261BE7: dm_test_acpi_get_name (acpi.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1B0E27: sandbox_timer_probe (sandbox_timer.c:45) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261BE7: dm_test_acpi_get_name (acpi.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1B0B9E: timer_post_probe (timer-uclass.c:85) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261BE7: dm_test_acpi_get_name (acpi.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A21A: uclass_get_device_by_ofnode (uclass.c:522) | |
==33394== by 0x1C3103: sound_find_codec_i2s (sound-uclass.c:144) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261C56: dm_test_acpi_get_name (acpi.c:185) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A031: uclass_get_device_tail (uclass.c:467) | |
==33394== by 0x18A031: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x1C3103: sound_find_codec_i2s (sound-uclass.c:144) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261C56: dm_test_acpi_get_name (acpi.c:185) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18A21A: uclass_get_device_by_ofnode (uclass.c:522) | |
==33394== by 0x1C3172: sound_find_codec_i2s (sound-uclass.c:163) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261C56: dm_test_acpi_get_name (acpi.c:185) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C3571: sandbox_i2s_probe (sandbox.c:139) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x1C3172: sound_find_codec_i2s (sound-uclass.c:163) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261C56: dm_test_acpi_get_name (acpi.c:185) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C35B1: sandbox_i2s_probe (sandbox.c:141) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x1C3172: sound_find_codec_i2s (sound-uclass.c:163) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261C56: dm_test_acpi_get_name (acpi.c:185) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4B8C: pci_uclass_pre_probe (pci-uclass.c:1080) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4BE9: decode_regions (pci-uclass.c:977) | |
==33394== by 0x1A4BE9: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4C25: decode_regions (pci-uclass.c:983) | |
==33394== by 0x1A4C25: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4D25: decode_regions (pci-uclass.c:1029) | |
==33394== by 0x1A4D25: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4D37: pci_set_region (pci.h:671) | |
==33394== by 0x1A4D37: decode_regions (pci-uclass.c:1031) | |
==33394== by 0x1A4D37: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4D6A: decode_regions (pci-uclass.c:1046) | |
==33394== by 0x1A4D6A: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4D7E: pci_set_region (pci.h:672) | |
==33394== by 0x1A4D7E: decode_regions (pci-uclass.c:1046) | |
==33394== by 0x1A4D7E: pci_uclass_pre_probe (pci-uclass.c:1081) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A4DDA: pci_uclass_pre_probe (pci-uclass.c:1093) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A776D: sandbox_pci_get_emul (pci-emul-uclass.c:40) | |
==33394== by 0x1A757C: sandbox_pci_read_config (pci_sandbox.c:54) | |
==33394== by 0x1A5C5D: pci_bind_bus_devices (pci-uclass.c:868) | |
==33394== by 0x1A6108: pci_uclass_post_probe (pci-uclass.c:1107) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A759E: sandbox_pci_read_config (pci_sandbox.c:61) | |
==33394== by 0x1A5C5D: pci_bind_bus_devices (pci-uclass.c:868) | |
==33394== by 0x1A6108: pci_uclass_post_probe (pci-uclass.c:1107) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1AA3F1: sandbox_pmc_probe (pmc_emul.c:214) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A31D: uclass_get_device_by_phandle (uclass.c:565) | |
==33394== by 0x1A775C: sandbox_pci_get_emul (pci-emul-uclass.c:35) | |
==33394== by 0x1A757C: sandbox_pci_read_config (pci_sandbox.c:54) | |
==33394== by 0x1A5C5D: pci_bind_bus_devices (pci-uclass.c:868) | |
==33394== by 0x1A6108: pci_uclass_post_probe (pci-uclass.c:1107) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1AA3FE: sandbox_pmc_probe (pmc_emul.c:213) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A31D: uclass_get_device_by_phandle (uclass.c:565) | |
==33394== by 0x1A775C: sandbox_pci_get_emul (pci-emul-uclass.c:35) | |
==33394== by 0x1A757C: sandbox_pci_read_config (pci_sandbox.c:54) | |
==33394== by 0x1A5C5D: pci_bind_bus_devices (pci-uclass.c:868) | |
==33394== by 0x1A6108: pci_uclass_post_probe (pci-uclass.c:1107) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A6121: pci_uclass_post_probe (pci-uclass.c:1111) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7857: pciauto_config_init (pci_auto_common.c:92) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7883: pciauto_config_init (pci_auto_common.c:93) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7887: pciauto_config_init (pci_auto_common.c:93) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A78C6: pciauto_config_init (pci_auto_common.c:102) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7877: pciauto_config_init (pci_auto_common.c:100) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A789E: pciauto_config_init (pci_auto_common.c:95) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A78B1: pciauto_config_init (pci_auto_common.c:97) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A78E6: pciauto_config_init (pci_auto_common.c:92) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1A78EB: pciauto_config_init (pci_auto_common.c:113) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A78ED: pciauto_show_region (pci_auto_common.c:75) | |
==33394== by 0x1A78ED: pciauto_config_init (pci_auto_common.c:114) | |
==33394== by 0x1533112F: ??? | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A78F2: pciauto_config_init (pci_auto_common.c:115) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7900: pciauto_config_init (pci_auto_common.c:117) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1A7907: pciauto_config_init (pci_auto_common.c:117) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A790A: pciauto_show_region (pci_auto_common.c:75) | |
==33394== by 0x1A790A: pciauto_config_init (pci_auto_common.c:118) | |
==33394== by 0x1A597B: pci_auto_config_devices (pci-uclass.c:539) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A742A: dm_pciauto_config_device (pci_auto.c:534) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A776D: sandbox_pci_get_emul (pci-emul-uclass.c:40) | |
==33394== by 0x1A74D1: sandbox_pci_write_config (pci_sandbox.c:33) | |
==33394== by 0x1A6C68: dm_pciauto_setup_device (pci_auto.c:70) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1A780C: pciauto_region_allocate (pci_auto_common.c:41) | |
==33394== by 0x1A6D16: dm_pciauto_setup_device (pci_auto.c:121) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A780E: pciauto_region_allocate (pci_auto_common.c:46) | |
==33394== by 0x1A6D16: dm_pciauto_setup_device (pci_auto.c:121) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7841: pciauto_region_allocate (pci_auto_common.c:60) | |
==33394== by 0x1A6D16: dm_pciauto_setup_device (pci_auto.c:121) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1A780C: pciauto_region_allocate (pci_auto_common.c:41) | |
==33394== by 0x1A6DB8: dm_pciauto_setup_device (pci_auto.c:165) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A780E: pciauto_region_allocate (pci_auto_common.c:46) | |
==33394== by 0x1A6DB8: dm_pciauto_setup_device (pci_auto.c:165) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A7841: pciauto_region_allocate (pci_auto_common.c:60) | |
==33394== by 0x1A6DB8: dm_pciauto_setup_device (pci_auto.c:165) | |
==33394== by 0x1A747F: dm_pciauto_config_device (pci_auto.c:588) | |
==33394== by 0x1A59C6: pci_auto_config_devices (pci-uclass.c:550) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A5A71: pci_auto_config_devices (pci-uclass.c:563) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1114) | |
==33394== by 0x1A6133: pci_uclass_post_probe (pci-uclass.c:1101) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261CFC: dm_test_acpi_get_name (acpi.c:189) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B580: device_chld_remove (device-remove.c:55) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B584: device_chld_remove (device-remove.c:55) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B42B: device_remove (device-remove.c:222) | |
==33394== by 0x18B42B: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B473: device_remove (device-remove.c:231) | |
==33394== by 0x18B473: device_remove (device-remove.c:199) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B4D2: device_remove (device-remove.c:241) | |
==33394== by 0x18B4D2: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B4D9: device_remove (device-remove.c:241) | |
==33394== by 0x18B4D9: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B4DB: device_remove (device-remove.c:241) | |
==33394== by 0x18B4DB: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B34C: device_free (device-remove.c:137) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18B39E: device_free (device-remove.c:146) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B3A0: device_free (device-remove.c:147) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B3A9: device_free (device-remove.c:149) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18AD96: release_nodes (devres.c:200) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x18AD9D: release_nodes (devres.c:200) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B555: dev_bic_flags (device.h:234) | |
==33394== by 0x18B555: device_remove (device-remove.c:257) | |
==33394== by 0x18B555: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x187897: dev_get_priv (device.c:646) | |
==33394== by 0x18B35C: device_free (device-remove.c:138) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1878CB: dev_get_priv (device.c:651) | |
==33394== by 0x18B35C: device_free (device-remove.c:138) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18ADBF: __list_del (list.h:88) | |
==33394== by 0x18ADBF: list_del (list.h:100) | |
==33394== by 0x18ADBF: release_nodes (devres.c:205) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18ADC3: __list_del (list.h:89) | |
==33394== by 0x18ADC3: list_del (list.h:100) | |
==33394== by 0x18ADC3: release_nodes (devres.c:205) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18ADDE: release_nodes (devres.c:200) | |
==33394== by 0x18B554: device_remove (device-remove.c:255) | |
==33394== by 0x18B554: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533F65F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533F65F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533F65F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
Test: dm_test_acpi_get_name: acpi.c (flat tree) | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x1533CF6F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x1533CF6F: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19334D: INIT_LIST_HEAD (list.h:33) | |
==33394== by 0x19334D: sandbox_pinctrl_probe (sandbox.c:554) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A192: uclass_get_device_by_seq (uclass.c:501) | |
==33394== by 0x1A89AB: pinctrl_select_state_simple (pinctrl-uclass.c:291) | |
==33394== by 0x1A89AB: pinctrl_select_state (pinctrl-uclass.c:320) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x18A39D: uclass_first_device_err (uclass.c:585) | |
==33394== by 0x261944: dm_test_acpi_get_name (acpi.c:161) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9928: single_probe (pinctrl-single.c:560) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x187EF4: device_probe (device.c:505) | |
==33394== by 0x187EF4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A2BC: uclass_get_device_by_phandle_id (uclass.c:550) | |
==33394== by 0x1A8826: pinctrl_select_state_full (pinctrl-uclass.c:85) | |
==33394== by 0x1A8826: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9D06: single_configure_bits (pinctrl-single.c:389) | |
==33394== by 0x1A9D06: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A94D3: single_get_pin_by_offset (pinctrl-single.c:167) | |
==33394== by 0x1A9D6C: single_configure_bits (pinctrl-single.c:406) | |
==33394== by 0x1A9D6C: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A91CE: single_read (pinctrl-single.c:138) | |
==33394== by 0x1A9E11: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E11: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9E2F: single_write (pinctrl-single.c:145) | |
==33394== by 0x1A9E2F: single_configure_bits (pinctrl-single.c:415) | |
==33394== by 0x1A9E2F: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9EE4: single_configure_bits (pinctrl-single.c:420) | |
==33394== by 0x1A9EE4: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9FDC: list_add (list.h:63) | |
==33394== by 0x1A9FDC: single_configure_bits (pinctrl-single.c:446) | |
==33394== by 0x1A9FDC: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9FE0: __list_add (list.h:47) | |
==33394== by 0x1A9FE0: list_add (list.h:63) | |
==33394== by 0x1A9FE0: single_configure_bits (pinctrl-single.c:446) | |
==33394== by 0x1A9FE0: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1A9FF8: __list_add (list.h:50) | |
==33394== by 0x1A9FF8: list_add (list.h:63) | |
==33394== by 0x1A9FF8: single_configure_bits (pinctrl-single.c:446) | |
==33394== by 0x1A9FF8: single_set_state (pinctrl-single.c:476) | |
==33394== by 0x1A8921: pinctrl_config_one (pinctrl-uclass.c:47) | |
==33394== by 0x1A8921: pinctrl_select_state_full (pinctrl-uclass.c:93) | |
==33394== by 0x1A8921: pinctrl_select_state (pinctrl-uclass.c:319) | |
==33394== by 0x187F56: device_probe (device.c:545) | |
==33394== by 0x187F56: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x195830: i2c_pre_probe (i2c-uclass.c:664) | |
==33394== by 0x18A5FF: uclass_pre_probe_device (uclass.c:733) | |
==33394== by 0x187FC4: device_probe (device.c:562) | |
==33394== by 0x187FC4: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x196027: i2c_post_probe (i2c-uclass.c:684) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x195FE8: dm_i2c_set_bus_speed (i2c-uclass.c:434) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261A9B: dm_test_acpi_get_name (acpi.c:172) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1AFDA3: spi_post_probe (spi-uclass.c:182) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A374: uclass_first_device (uclass.c:578) | |
==33394== by 0x261B41: dm_test_acpi_get_name (acpi.c:176) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CD2F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533CF6F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533CF6F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CF6F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
Test: dm_test_acpi_get_table_revision: acpi.c | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885BB: device_bind_common.constprop.0 (device.c:129) | |
==33394== by 0x1533CEAF: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1885F2: device_bind_common.constprop.0 (device.c:141) | |
==33394== by 0x1533CEAF: ??? | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x1AF20D: scmi_regulator_bind (scmi_regulator.c:185) | |
==33394== by 0x18867E: device_bind_common.constprop.0 (device.c:167) | |
==33394== by 0x1888C3: device_bind (device.c:251) | |
==33394== by 0x194208: scmi_bind_protocols (scmi_agent-uclass.c:103) | |
==33394== by 0x1886BD: device_bind_common.constprop.0 (device.c:177) | |
==33394== by 0x1888DB: device_bind_with_driver_data (device.c:243) | |
==33394== by 0x1891B1: lists_bind_fdt (lists.c:247) | |
==33394== by 0x1892D7: dm_scan_fdt_node (root.c:280) | |
==33394== by 0x189802: dm_scan_fdt_ofnode_path (root.c:310) | |
==33394== by 0x189802: dm_extended_scan (root.c:330) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CC6F: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B1E9: device_unbind (device-remove.c:103) | |
==33394== by 0x1533CEAF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B20C: device_unbind (device-remove.c:107) | |
==33394== by 0x1533CEAF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x18B237: device_unbind (device-remove.c:113) | |
==33394== by 0x1533CEAF: ??? | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x18B2EA: device_chld_unbind (device-remove.c:36) | |
==33394== by 0x18B19C: device_unbind (device-remove.c:94) | |
==33394== by 0x189908: uclass_destroy (uclass.c:129) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
Test: dm_test_acpi_get_table_revision: acpi.c (flat tree) | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1C631A: stbtt_GetGlyphShape (stb_truetype.h:1272) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C633D: stbtt_GetGlyphShape (stb_truetype.h:1288) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C6365: stbtt_GetGlyphShape (stb_truetype.h:1299) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C639F: stbtt_GetGlyphShape (stb_truetype.h:1309) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C63B3: stbtt_GetGlyphShape (stb_truetype.h:1298) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C6385: stbtt_GetGlyphShape (stb_truetype.h:1301) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C63B9: stbtt_GetGlyphShape (stb_truetype.h:1315) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C63F4: stbtt_GetGlyphShape (stb_truetype.h:1325) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C6409: stbtt_GetGlyphShape (stb_truetype.h:1314) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C63DA: stbtt_GetGlyphShape (stb_truetype.h:1317) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C644F: stbtt_GetGlyphShape (stb_truetype.h:1332) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C64F5: stbtt_setvertex (stb_truetype.h:1178) | |
==33394== by 0x1C64F5: stbtt_GetGlyphShape (stb_truetype.h:1361) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C659C: stbtt_setvertex (stb_truetype.h:1178) | |
==33394== by 0x1C659C: stbtt_GetGlyphShape (stb_truetype.h:1376) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C4BEE: stbtt_setvertex (stb_truetype.h:1178) | |
==33394== by 0x1C4BEE: stbtt__close_shape (stb_truetype.h:1239) | |
==33394== by 0x1C65E7: stbtt_GetGlyphShape (stb_truetype.h:1381) | |
==33394== by 0x1C7604: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2424) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1C76FE: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2449) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C71C4: stbtt_FlattenCurves (stb_truetype.h:2343) | |
==33394== by 0x1C71C4: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1C71F3: stbtt_FlattenCurves (stb_truetype.h:2351) | |
==33394== by 0x1C71F3: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C7239: stbtt_FlattenCurves (stb_truetype.h:2366) | |
==33394== by 0x1C7239: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C7260: stbtt_FlattenCurves (stb_truetype.h:2374) | |
==33394== by 0x1C7260: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C7289: stbtt_FlattenCurves (stb_truetype.h:2378) | |
==33394== by 0x1C7289: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C731F: stbtt_FlattenCurves (stb_truetype.h:2390) | |
==33394== by 0x1C731F: stbtt_Rasterize (stb_truetype.h:2406) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C738A: stbtt__rasterize (stb_truetype.h:2264) | |
==33394== by 0x1C738A: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1C73A9: stbtt__rasterize (stb_truetype.h:2267) | |
==33394== by 0x1C73A9: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C73C1: stbtt__rasterize (stb_truetype.h:2273) | |
==33394== by 0x1C73C1: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C73CD: stbtt__rasterize (stb_truetype.h:2275) | |
==33394== by 0x1C73CD: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C73FB: stbtt__rasterize (stb_truetype.h:2281) | |
==33394== by 0x1C73FB: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C7424: stbtt__rasterize (stb_truetype.h:2283) | |
==33394== by 0x1C7424: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C744F: stbtt__rasterize (stb_truetype.h:2286) | |
==33394== by 0x1C744F: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C74C7: stbtt__sort_edges_ins_sort (stb_truetype.h:2160) | |
==33394== by 0x1C74C7: stbtt__sort_edges (stb_truetype.h:2239) | |
==33394== by 0x1C74C7: stbtt__rasterize (stb_truetype.h:2296) | |
==33394== by 0x1C74C7: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C751B: stbtt__sort_edges_ins_sort (stb_truetype.h:2170) | |
==33394== by 0x1C751B: stbtt__sort_edges (stb_truetype.h:2239) | |
==33394== by 0x1C751B: stbtt__rasterize (stb_truetype.h:2296) | |
==33394== by 0x1C751B: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C5353: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2079) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C53FF: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2105) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C53F3: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2106) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C5455: stbtt__new_active (stb_truetype.h:1699) | |
==33394== by 0x1C5455: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2107) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C5496: stbtt__new_active (stb_truetype.h:1704) | |
==33394== by 0x1C5496: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2107) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C54CD: stbtt__new_active (stb_truetype.h:1707) | |
==33394== by 0x1C54CD: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2107) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C59F8: stbtt__rasterize_sorted_edges.constprop.0.isra.0 (stb_truetype.h:2130) | |
==33394== by 0x1C7552: stbtt__rasterize (stb_truetype.h:2299) | |
==33394== by 0x1C7552: stbtt_Rasterize (stb_truetype.h:2408) | |
==33394== by 0x1C774E: stbtt_GetGlyphBitmapSubpixel (stb_truetype.h:2452) | |
==33394== by 0x1C7AC9: console_truetype_putc_xy (console_truetype.c:255) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x1C7AD5: console_truetype_putc_xy (console_truetype.c:258) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1C7BAE: console_truetype_putc_xy (console_truetype.c:304) | |
==33394== by 0x1CA092: vidconsole_output_glyph (vidconsole-uclass.c:499) | |
==33394== by 0x1CA092: vidconsole_put_char (vidconsole-uclass.c:551) | |
==33394== by 0x1CA19C: vidconsole_put_string (vidconsole-uclass.c:566) | |
==33394== by 0x1CA1B8: vidconsole_puts (vidconsole-uclass.c:598) | |
==33394== by 0x1789E5: console_puts (console.c:362) | |
==33394== by 0x1789E5: fputs (console.c:525) | |
==33394== by 0x242549: vprintf (vsprintf.c:832) | |
==33394== by 0x242608: printf (vsprintf.c:811) | |
==33394== by 0x24B0A1: ut_run_test (test-main.c:290) | |
==33394== by 0x24B5DB: ut_run_test_live_flat (test-main.c:351) | |
==33394== by 0x24B5DB: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B5DB: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
Test: dm_test_acpi_gpio: acpigen.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2645FA: acpi_test_alloc_context_size (acpigen.c:43) | |
==33394== by 0x264D8D: dm_test_acpi_gpio (acpigen.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264604: acpi_test_alloc_context_size (acpigen.c:45) | |
==33394== by 0x264D8D: dm_test_acpi_gpio (acpigen.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26460B: acpi_test_alloc_context_size (acpigen.c:46) | |
==33394== by 0x264D8D: dm_test_acpi_gpio (acpigen.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26461C: acpi_test_alloc_context_size (acpigen.c:51) | |
==33394== by 0x264D8D: dm_test_acpi_gpio (acpigen.c:181) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264DCF: dm_test_acpi_gpio (acpigen.c:183) | |
==33394== by 0x333EBE: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19347F: sandbox_gpio_of_to_plat (sandbox.c:329) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x193487: sandbox_gpio_of_to_plat (sandbox.c:331) | |
==33394== by 0x187E67: device_of_to_plat (device.c:434) | |
==33394== by 0x187E67: device_of_to_plat (device.c:393) | |
==33394== by 0x187EC8: device_probe (device.c:499) | |
==33394== by 0x187EC8: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1934D9: gpio_sandbox_probe (sandbox.c:345) | |
==33394== by 0x1880B5: device_probe (device.c:584) | |
==33394== by 0x1880B5: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191E6D: gpio_post_probe (gpio-uclass.c:1328) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191E78: gpio_post_probe (gpio-uclass.c:1328) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x191E7F: gpio_post_probe (gpio-uclass.c:1329) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191DEC: gpio_renumber (gpio-uclass.c:1304) | |
==33394== by 0x1880A7: device_probe (device.c:589) | |
==33394== by 0x1880A7: device_probe (device.c:485) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:463) | |
==33394== by 0x18A02C: uclass_get_device_tail (uclass.c:457) | |
==33394== by 0x18A236: uclass_get_device_by_ofnode (uclass.c:527) | |
==33394== by 0x192938: gpio_request_tail (gpio-uclass.c:1119) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19230A: dm_gpio_request (gpio-uclass.c:380) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x192316: dm_gpio_request (gpio-uclass.c:380) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x24025A: sandbox_strdup (string.c:343) | |
==33394== by 0x192324: dm_gpio_request (gpio-uclass.c:382) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2400E2: strcpy (string.c:79) | |
==33394== by 0x240266: sandbox_strdup (string.c:348) | |
==33394== by 0x192324: dm_gpio_request (gpio-uclass.c:382) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x192330: dm_gpio_request (gpio-uclass.c:383) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19235B: dm_gpio_request (gpio-uclass.c:392) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x192362: dm_gpio_request (gpio-uclass.c:392) | |
==33394== by 0x19243A: dm_gpio_requestf (gpio-uclass.c:406) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1132) | |
==33394== by 0x19297A: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191C57: check_reserved (gpio-uclass.c:510) | |
==33394== by 0x19273E: dm_gpio_clrset_flags (gpio-uclass.c:708) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191C5E: check_reserved (gpio-uclass.c:510) | |
==33394== by 0x19273E: dm_gpio_clrset_flags (gpio-uclass.c:708) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x191C63: check_reserved (gpio-uclass.c:510) | |
==33394== by 0x19273E: dm_gpio_clrset_flags (gpio-uclass.c:708) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x19337C: get_gpio_state (sandbox.c:33) | |
==33394== by 0x193405: sb_gpio_set_flags (sandbox.c:229) | |
==33394== by 0x1927B6: _dm_gpio_set_flags (gpio-uclass.c:689) | |
==33394== by 0x1927B6: dm_gpio_clrset_flags (gpio-uclass.c:714) | |
==33394== by 0x1927B6: dm_gpio_clrset_flags (gpio-uclass.c:703) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x193423: sb_gpio_set_flags (sandbox.c:238) | |
==33394== by 0x1927B6: _dm_gpio_set_flags (gpio-uclass.c:689) | |
==33394== by 0x1927B6: dm_gpio_clrset_flags (gpio-uclass.c:714) | |
==33394== by 0x1927B6: dm_gpio_clrset_flags (gpio-uclass.c:703) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x264E72: dm_test_acpi_gpio (acpigen.c:187) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B700: acpi_device_write_gpio (acpi_device.c:223) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B710: acpi_device_write_gpio (acpi_device.c:226) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B714: acpi_device_write_gpio (acpi_device.c:226) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0CE: acpigen_get_current (acpigen.c:25) | |
==33394== by 0x21B49D: largeres_write_len_f (acpi_device.c:104) | |
==33394== by 0x21B71C: acpi_device_write_gpio (acpi_device.c:229) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A131: acpigen_emit_word (acpigen.c:35) | |
==33394== by 0x21B4AD: largeres_write_len_f (acpi_device.c:106) | |
==33394== by 0x21B71C: acpi_device_write_gpio (acpi_device.c:229) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B4AD: largeres_write_len_f (acpi_device.c:106) | |
==33394== by 0x21B71C: acpi_device_write_gpio (acpi_device.c:229) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B4AD: largeres_write_len_f (acpi_device.c:106) | |
==33394== by 0x21B71C: acpi_device_write_gpio (acpi_device.c:229) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B728: acpi_device_write_gpio (acpi_device.c:232) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B72C: acpi_device_write_gpio (acpi_device.c:232) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B733: acpi_device_write_gpio (acpi_device.c:235) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B737: acpi_device_write_gpio (acpi_device.c:235) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B744: acpi_device_write_gpio (acpi_device.c:242) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B744: acpi_device_write_gpio (acpi_device.c:242) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B79F: acpi_device_write_gpio (acpi_device.c:291) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B79F: acpi_device_write_gpio (acpi_device.c:291) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B7A6: acpi_device_write_gpio (acpi_device.c:301) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B7AA: acpi_device_write_gpio (acpi_device.c:301) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B7B6: acpi_device_write_gpio (acpi_device.c:304) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B7B6: acpi_device_write_gpio (acpi_device.c:304) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B7C2: acpi_device_write_gpio (acpi_device.c:307) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B7C2: acpi_device_write_gpio (acpi_device.c:307) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B7D5: acpi_device_write_gpio (acpi_device.c:313) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B7D9: acpi_device_write_gpio (acpi_device.c:313) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B7F9: acpi_device_write_gpio (acpi_device.c:322) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B7F9: acpi_device_write_gpio (acpi_device.c:322) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B7FD: largeres_fill_from_len (acpi_device.c:122) | |
==33394== by 0x21B7FD: acpi_device_write_gpio (acpi_device.c:325) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B80A: largeres_fill_from_len (acpi_device.c:124) | |
==33394== by 0x21B80A: acpi_device_write_gpio (acpi_device.c:325) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A13F: acpigen_emit_word (acpigen.c:36) | |
==33394== by 0x21B824: acpi_device_write_gpio (acpi_device.c:329) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B824: acpi_device_write_gpio (acpi_device.c:329) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B832: largeres_fill_from_len (acpi_device.c:122) | |
==33394== by 0x21B832: acpi_device_write_gpio (acpi_device.c:332) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B841: largeres_fill_from_len (acpi_device.c:124) | |
==33394== by 0x21B841: acpi_device_write_gpio (acpi_device.c:332) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A373: acpigen_emit_stream (acpigen.c:203) | |
==33394== by 0x1533D400: ??? | |
==33394== by 0xC00DF: ??? | |
==33394== by 0x100000000: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A3B9: acpigen_emit_string (acpigen.c:209) | |
==33394== by 0x21B849: acpi_device_write_gpio (acpi_device.c:335) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B849: acpi_device_write_gpio (acpi_device.c:335) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B84D: largeres_fill_from_len (acpi_device.c:122) | |
==33394== by 0x21B84D: acpi_device_write_gpio (acpi_device.c:338) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B85B: largeres_fill_from_len (acpi_device.c:124) | |
==33394== by 0x21B85B: acpi_device_write_gpio (acpi_device.c:338) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0CE: acpigen_get_current (acpigen.c:25) | |
==33394== by 0x21B483: largeres_fill_from_len (acpi_device.c:122) | |
==33394== by 0x21B483: largeres_fill_len (acpi_device.c:141) | |
==33394== by 0x21B863: acpi_device_write_gpio (acpi_device.c:341) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B48B: largeres_fill_from_len (acpi_device.c:124) | |
==33394== by 0x21B48B: largeres_fill_len (acpi_device.c:141) | |
==33394== by 0x21B863: acpi_device_write_gpio (acpi_device.c:341) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x264EA7: dm_test_acpi_gpio (acpigen.c:190) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264ED6: dm_test_acpi_gpio (acpigen.c:191) | |
==33394== by 0x333EBE: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x264EE1: dm_test_acpi_gpio (acpigen.c:191) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264F08: dm_test_acpi_gpio (acpigen.c:192) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264F3F: dm_test_acpi_gpio (acpigen.c:193) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x264F48: dm_test_acpi_gpio (acpigen.c:193) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264F6F: dm_test_acpi_gpio (acpigen.c:194) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264F9F: dm_test_acpi_gpio (acpigen.c:195) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264FCF: dm_test_acpi_gpio (acpigen.c:196) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264FFF: dm_test_acpi_gpio (acpigen.c:197) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26502F: dm_test_acpi_gpio (acpigen.c:198) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26505F: dm_test_acpi_gpio (acpigen.c:199) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265097: dm_test_acpi_gpio (acpigen.c:200) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2650C6: dm_test_acpi_gpio (acpigen.c:201) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2650CF: dm_test_acpi_gpio (acpigen.c:201) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2650F6: dm_test_acpi_gpio (acpigen.c:202) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265125: dm_test_acpi_gpio (acpigen.c:203) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26512E: dm_test_acpi_gpio (acpigen.c:203) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265155: dm_test_acpi_gpio (acpigen.c:204) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26515E: dm_test_acpi_gpio (acpigen.c:204) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265182: dm_test_acpi_gpio (acpigen.c:205) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2651AE: dm_test_acpi_gpio (acpigen.c:208) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x265206: dm_test_acpi_gpio (acpigen.c:210) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2645BC: free_context (acpigen.c:72) | |
==33394== by 0x26524D: dm_test_acpi_gpio (acpigen.c:212) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191E32: gpio_pre_remove (gpio-uclass.c:1341) | |
==33394== by 0x18B477: device_remove (device-remove.c:231) | |
==33394== by 0x18B477: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191E3E: gpio_pre_remove (gpio-uclass.c:1341) | |
==33394== by 0x18B477: device_remove (device-remove.c:231) | |
==33394== by 0x18B477: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x191E4F: gpio_pre_remove (gpio-uclass.c:1340) | |
==33394== by 0x18B477: device_remove (device-remove.c:231) | |
==33394== by 0x18B477: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x191E45: gpio_pre_remove (gpio-uclass.c:1341) | |
==33394== by 0x18B477: device_remove (device-remove.c:231) | |
==33394== by 0x18B477: device_remove (device-remove.c:199) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x18B5A9: device_chld_remove (device-remove.c:61) | |
==33394== by 0x18B418: device_remove (device-remove.c:214) | |
==33394== by 0x1898FC: uclass_destroy (uclass.c:126) | |
==33394== by 0x24B301: dm_test_post_run (test-main.c:81) | |
==33394== by 0x24B301: test_post_run (test-main.c:262) | |
==33394== by 0x24B301: ut_run_test (test-main.c:303) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== | |
Test: dm_test_acpi_gpio: acpigen.c (flat tree) | |
Test: dm_test_acpi_gpio_irq: acpigen.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2645FA: acpi_test_alloc_context_size (acpigen.c:43) | |
==33394== by 0x26529C: dm_test_acpi_gpio_irq (acpigen.c:226) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264604: acpi_test_alloc_context_size (acpigen.c:45) | |
==33394== by 0x26529C: dm_test_acpi_gpio_irq (acpigen.c:226) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26460B: acpi_test_alloc_context_size (acpigen.c:46) | |
==33394== by 0x26529C: dm_test_acpi_gpio_irq (acpigen.c:226) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26461C: acpi_test_alloc_context_size (acpigen.c:51) | |
==33394== by 0x26529C: dm_test_acpi_gpio_irq (acpigen.c:226) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2652DE: dm_test_acpi_gpio_irq (acpigen.c:228) | |
==33394== by 0x333EBE: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x1921B4: gpio_xlate_offs_flags (gpio-uclass.c:226) | |
==33394== by 0x1935B6: sb_gpio_xlate (sandbox.c:210) | |
==33394== by 0x1935B6: sb_gpio_xlate (sandbox.c:203) | |
==33394== by 0x192921: gpio_find_and_xlate (gpio-uclass.c:243) | |
==33394== by 0x192921: gpio_request_tail (gpio-uclass.c:1127) | |
==33394== by 0x192921: gpio_request_tail (gpio-uclass.c:1108) | |
==33394== by 0x193013: gpio_request_by_name (gpio-uclass.c:1186) | |
==33394== by 0x265381: dm_test_acpi_gpio_irq (acpigen.c:232) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A12D: acpigen_emit_word (acpigen.c:35) | |
==33394== by 0x1FFEFFF2BF: ??? | |
==33394== by 0x21B79F: acpi_device_write_gpio (acpi_device.c:291) | |
==33394== by 0x21B8B3: acpi_device_write_gpio_desc (acpi_device.c:355) | |
==33394== by 0x2653B6: dm_test_acpi_gpio_irq (acpigen.c:235) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2653E5: dm_test_acpi_gpio_irq (acpigen.c:236) | |
==33394== by 0x333EBE: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2653F0: dm_test_acpi_gpio_irq (acpigen.c:236) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265417: dm_test_acpi_gpio_irq (acpigen.c:237) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26544E: dm_test_acpi_gpio_irq (acpigen.c:238) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x265457: dm_test_acpi_gpio_irq (acpigen.c:238) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26547E: dm_test_acpi_gpio_irq (acpigen.c:239) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2654AE: dm_test_acpi_gpio_irq (acpigen.c:240) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2654DD: dm_test_acpi_gpio_irq (acpigen.c:241) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26550D: dm_test_acpi_gpio_irq (acpigen.c:242) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26553D: dm_test_acpi_gpio_irq (acpigen.c:243) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26556D: dm_test_acpi_gpio_irq (acpigen.c:244) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26559C: dm_test_acpi_gpio_irq (acpigen.c:245) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2655D4: dm_test_acpi_gpio_irq (acpigen.c:246) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2655DD: dm_test_acpi_gpio_irq (acpigen.c:246) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265604: dm_test_acpi_gpio_irq (acpigen.c:247) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265633: dm_test_acpi_gpio_irq (acpigen.c:248) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26563C: dm_test_acpi_gpio_irq (acpigen.c:248) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265663: dm_test_acpi_gpio_irq (acpigen.c:249) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26566C: dm_test_acpi_gpio_irq (acpigen.c:249) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x265690: dm_test_acpi_gpio_irq (acpigen.c:250) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2656BC: dm_test_acpi_gpio_irq (acpigen.c:253) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== by 0x16EE80: run_main_loop (board_r.c:580) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x240168: strcmp (string.c:214) | |
==33394== by 0x265714: dm_test_acpi_gpio_irq (acpigen.c:255) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2645BC: free_context (acpigen.c:72) | |
==33394== by 0x26575B: dm_test_acpi_gpio_irq (acpigen.c:257) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
Test: dm_test_acpi_gpio_irq: acpigen.c (flat tree) | |
Test: dm_test_acpi_gpio_toggle: acpigen.c | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x2645FA: acpi_test_alloc_context_size (acpigen.c:43) | |
==33394== by 0x267189: dm_test_acpi_gpio_toggle (acpigen.c:759) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x264604: acpi_test_alloc_context_size (acpigen.c:45) | |
==33394== by 0x267189: dm_test_acpi_gpio_toggle (acpigen.c:759) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Conditional jump or move depends on uninitialised value(s) | |
==33394== at 0x26460B: acpi_test_alloc_context_size (acpigen.c:46) | |
==33394== by 0x267189: dm_test_acpi_gpio_toggle (acpigen.c:759) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x26461C: acpi_test_alloc_context_size (acpigen.c:51) | |
==33394== by 0x267189: dm_test_acpi_gpio_toggle (acpigen.c:759) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x2672D7: dm_test_acpi_gpio_toggle (acpigen.c:767) | |
==33394== by 0x1FFEFFF42F: ??? | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== by 0x13CCDD: sandbox_main_loop_init (start.c:147) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3BA: acpigen_get_dw0_in_local5 (acpigen.c:907) | |
==33394== by 0x21B3BA: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3BA: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3BA: acpigen_get_dw0_in_local5 (acpigen.c:907) | |
==33394== by 0x21B3BA: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3BA: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A407: acpigen_emit_namestring (acpigen.c:286) | |
==33394== by 0x2DBEAB: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A40B: acpigen_emit_namestring (acpigen.c:286) | |
==33394== by 0x21B3C5: acpigen_get_dw0_in_local5 (acpigen.c:908) | |
==33394== by 0x21B3C5: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3C5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A45F: acpigen_emit_double_namestring (acpigen.c:243) | |
==33394== by 0x21A45F: acpigen_emit_namestring (acpigen.c:303) | |
==33394== by 0x2DBEAB: ??? (in /home/sean/software/u-boot/u-boot) | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A463: acpigen_emit_double_namestring (acpigen.c:243) | |
==33394== by 0x21A463: acpigen_emit_namestring (acpigen.c:303) | |
==33394== by 0x21B3C5: acpigen_get_dw0_in_local5 (acpigen.c:908) | |
==33394== by 0x21B3C5: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3C5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A10E: acpigen_emit_simple_namestring (acpigen.c:236) | |
==33394== by 0x1533D34F: ??? | |
==33394== by 0x21A46E: acpigen_emit_double_namestring (acpigen.c:244) | |
==33394== by 0x21A46E: acpigen_emit_namestring (acpigen.c:303) | |
==33394== by 0x21B3C5: acpigen_get_dw0_in_local5 (acpigen.c:908) | |
==33394== by 0x21B3C5: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3C5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A112: acpigen_emit_simple_namestring (acpigen.c:236) | |
==33394== by 0x21A46E: acpigen_emit_double_namestring (acpigen.c:244) | |
==33394== by 0x21A46E: acpigen_emit_namestring (acpigen.c:303) | |
==33394== by 0x21B3C5: acpigen_get_dw0_in_local5 (acpigen.c:908) | |
==33394== by 0x21B3C5: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3C5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A10E: acpigen_emit_simple_namestring (acpigen.c:236) | |
==33394== by 0x80017: ??? | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A2B9: acpigen_write_dword (acpigen.c:112) | |
==33394== by 0x21B3D0: acpigen_get_dw0_in_local5 (acpigen.c:909) | |
==33394== by 0x21B3D0: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3D0: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A154: acpigen_emit_dword (acpigen.c:42) | |
==33394== by 0x21B3D0: acpigen_get_dw0_in_local5 (acpigen.c:909) | |
==33394== by 0x21B3D0: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3D0: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A15B: acpigen_emit_dword (acpigen.c:43) | |
==33394== by 0x1533D34F: ??? | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A16F: acpigen_emit_dword (acpigen.c:44) | |
==33394== by 0x1533D34F: ??? | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A17C: acpigen_emit_dword (acpigen.c:45) | |
==33394== by 0x21B3D0: acpigen_get_dw0_in_local5 (acpigen.c:909) | |
==33394== by 0x21B3D0: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3D0: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3D0: acpigen_get_dw0_in_local5 (acpigen.c:909) | |
==33394== by 0x21B3D0: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3D0: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B3D9: acpigen_get_dw0_in_local5 (acpigen.c:910) | |
==33394== by 0x21B3D9: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3D9: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x1533D3FF: ??? | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3DD: acpigen_get_dw0_in_local5 (acpigen.c:910) | |
==33394== by 0x21B3DD: acpigen_set_gpio_val (acpigen.c:926) | |
==33394== by 0x21B3DD: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3E5: acpigen_set_gpio_val (acpigen.c:929) | |
==33394== by 0x21B3E5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3E5: acpigen_set_gpio_val (acpigen.c:929) | |
==33394== by 0x21B3E5: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0D3: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A264: acpigen_write_byte (acpigen.c:100) | |
==33394== by 0x21B3F1: acpigen_set_gpio_val (acpigen.c:930) | |
==33394== by 0x21B3F1: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21A264: acpigen_write_byte (acpigen.c:100) | |
==33394== by 0x21B3F1: acpigen_set_gpio_val (acpigen.c:930) | |
==33394== by 0x21B3F1: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A272: acpigen_write_byte (acpigen.c:101) | |
==33394== by 0x21B3F1: acpigen_set_gpio_val (acpigen.c:930) | |
==33394== by 0x21B3F1: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3F1: acpigen_set_gpio_val (acpigen.c:930) | |
==33394== by 0x21B3F1: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: parse_stream_outer (cli_hush.c:3206) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3264) | |
==33394== by 0x16D4BF: parse_string_outer (cli_hush.c:3248) | |
==33394== by 0x17C313: run_command_list (cli.c:108) | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21B3FA: acpigen_set_gpio_val (acpigen.c:931) | |
==33394== by 0x21B3FA: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x1533D3FF: ??? | |
==33394== by 0x80017: ??? | |
==33394== by 0x1FFFFFFFF: ??? | |
==33394== by 0x4E49502E42535F5B: ??? | |
==33394== by 0x42: ??? | |
==33394== | |
==33394== Use of uninitialised value of size 8 | |
==33394== at 0x21A0DF: acpigen_emit_byte (acpigen.c:30) | |
==33394== by 0x21B3FE: acpigen_set_gpio_val (acpigen.c:931) | |
==33394== by 0x21B3FE: acpigen_set_enable_tx_gpio (acpigen.c:964) | |
==33394== by 0x2672FC: dm_test_acpi_gpio_toggle (acpigen.c:768) | |
==33394== by 0x24B2D9: ut_run_test (test-main.c:301) | |
==33394== by 0x24B55F: ut_run_test_live_flat (test-main.c:339) | |
==33394== by 0x24B55F: ut_run_tests (test-main.c:390) | |
==33394== by 0x24B55F: ut_run_list (test-main.c:428) | |
==33394== by 0x254EA5: dm_test_run (test-dm.c:38) | |
==33394== by 0x254EA5: do_ut_dm (test-dm.c:50) | |
==33394== by 0x2539F2: do_ut_all (cmd_ut.c:84) | |
==33394== by 0x17D078: cmd_call (command.c:580) | |
==33394== by 0x17D078: cmd_process (command.c:635) | |
==33394== by 0x16DBA2: run_pipe_real (cli_hush.c:1676) | |
==33394== by 0x16DBA2: run_list_real (cli_hush.c:1873) | |
==33394== by 0x16DFB7: run_list (cli_hush.c:2022) | |
==33394== by 0x16DFB7: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment