Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for a potential inifite loop in PrepareToReadVendorReservedElements #18560

Merged

Conversation

robszewczyk
Copy link
Contributor

Problem

When scanning up through the elements in search of a Vendor Reserved
element, PrepareToReadVendorReser would call mTlvReader.Next()
inside a while (true) loop. Should the TLVReader::Next() return
an error other than END_OF_TLV the loop reader would neither advance
nor exit the loop.

Change overview

The change exits the function on any way in a way
that parallels the earlier error checks on TLVReader errors.

Testing

All existing unit tests pass as before. No new unit test was provided for this case.

@andy31415
Copy link
Contributor

@robszewczyk how hard would it be to add a unit test that fails before this change but passes after it, so that this never regresses?

@github-actions
Copy link

github-actions bot commented May 18, 2022

PR #18560: Size comparison from 02d8302 to 30182d4

Increases (1 build for linux)
platform target config section 02d8302 30182d4 change % change
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9077172 9077236 64 0.0
.text 7168052 7168116 64 0.0
Full report (27 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 02d8302 30182d4 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 692647 692647 0 0.0
(read/write) 158904 158904 0 0.0
.bss 74532 74532 0 0.0
.data 3412 3412 0 0.0
.rodata 103911 103911 0 0.0
.text 588256 588256 0 0.0
lock-ftd LP_CC2652R7 (read only) 677367 677367 0 0.0
(read/write) 165288 165288 0 0.0
.bss 72692 72692 0 0.0
.data 3236 3236 0 0.0
.rodata 95055 95055 0 0.0
.text 581828 581828 0 0.0
lock-mtd LP_CC2652R7 (read only) 626183 626183 0 0.0
(read/write) 145524 145524 0 0.0
.bss 68428 68428 0 0.0
.data 3236 3236 0 0.0
.rodata 94943 94943 0 0.0
.text 530748 530748 0 0.0
pump-app LP_CC2652R7 (read only) 660875 660875 0 0.0
(read/write) 183060 183060 0 0.0
.bss 72948 72948 0 0.0
.data 3268 3268 0 0.0
.rodata 80555 80555 0 0.0
.text 579840 579840 0 0.0
pump-controller-app LP_CC2652R7 (read only) 654051 654051 0 0.0
(read/write) 189692 189692 0 0.0
.bss 73012 73012 0 0.0
.data 3232 3232 0 0.0
.rodata 83659 83659 0 0.0
.text 569912 569912 0 0.0
shell LP_CC2652R7 (read only) 687002 687002 0 0.0
(read/write) 160372 160372 0 0.0
.bss 77156 77156 0 0.0
.data 3416 3416 0 0.0
.rodata 101458 101458 0 0.0
.text 585060 585060 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 625446 625446 0 0.0
.app_xip_area 529060 529060 0 0.0
.bss 79028 79028 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 628410 628410 0 0.0
.app_xip_area 533480 533480 0 0.0
.bss 77604 77604 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 572794 572794 0 0.0
.app_xip_area 468148 468148 0 0.0
.bss 87024 87024 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917564 917564 0 0.0
(read/write) 133244 133244 0 0.0
.bss 131184 131184 0 0.0
.data 2060 2060 0 0.0
.text 917556 917556 0 0.0
BRD4161A+rpc (read only) 951752 951752 0 0.0
(read/write) 149928 149928 0 0.0
.bss 147664 147664 0 0.0
.data 2264 2264 0 0.0
.text 951744 951744 0 0.0
BRD4161A+rs911x (read only) 791004 791004 0 0.0
(read/write) 129512 129512 0 0.0
.bss 127444 127444 0 0.0
.data 2068 2068 0 0.0
.text 790996 790996 0 0.0
lock-app BRD4161A+wf200 (read only) 946904 946904 0 0.0
(read/write) 123996 123996 0 0.0
.bss 121972 121972 0 0.0
.data 2024 2024 0 0.0
.text 946896 946896 0 0.0
window-app BRD4161A (read only) 897684 897684 0 0.0
(read/write) 133304 133304 0 0.0
.bss 131256 131256 0 0.0
.data 2048 2048 0 0.0
.text 897676 897676 0 0.0
esp32 all-clusters-app c3devkit (read only) 1000830 1000830 0 0.0
(read/write) 1478082 1478082 0 0.0
.dram0.bss 68200 68200 0 0.0
.dram0.data 14624 14624 0 0.0
.flash.rodata 209824 209824 0 0.0
.flash.text 1000830 1000830 0 0.0
.iram0.text 62954 62954 0 0.0
m5stack (read only) 1055983 1055983 0 0.0
(read/write) 480084 480084 0 0.0
.dram0.bss 73720 73720 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 240168 240168 0 0.0
.flash.text 1050599 1050599 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 682972 682972 0 0.0
.bss 80224 80224 0 0.0
.data 2016 2016 0 0.0
.text 599028 599028 0 0.0
lock k32w061+release (read/write) 729476 729476 0 0.0
.bss 80656 80656 0 0.0
.data 1976 1976 0 0.0
.text 645140 645140 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9077172 9077236 64 0.0
(read/write) 646161 646161 0 0.0
.bss 42209 42209 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 583912 583912 0 0.0
.dynamic 560 560 0 0.0
.got 15008 15008 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 444980 444980 0 0.0
.text 7168052 7168116 64 0.0
thermostat-no-ble arm64 (read only) 2352604 2352604 0 0.0
(read/write) 176289 176289 0 0.0
.bss 87585 87585 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79384 79384 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 147148 147148 0 0.0
.text 1975440 1975440 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2420568 2420568 0 0.0
.bss 202668 202668 0 0.0
.data 5872 5872 0 0.0
.text 1383212 1383212 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180875 1180875 0 0.0
bss 138372 138372 0 0.0
rodata 153044 153044 0 0.0
text 810576 810576 0 0.0
p6 all-clusters-app default (read/write) 2538928 2538928 0 0.0
.bss 136168 136168 0 0.0
.data 2808 2808 0 0.0
.text 1497192 1497192 0 0.0
light-app default (read/write) 2425376 2425376 0 0.0
.bss 129488 129488 0 0.0
.data 2608 2608 0 0.0
.text 1383640 1383640 0 0.0
lock-app default (read/write) 2436096 2436096 0 0.0
.bss 129304 129304 0 0.0
.data 2568 2568 0 0.0
.text 1394360 1394360 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 782624 782624 0 0.0
bss 70608 70608 0 0.0
noinit 40416 40416 0 0.0
text 553426 553426 0 0.0
lighting-app tlsr9518adk80d (read/write) 802708 802708 0 0.0
bss 70864 70864 0 0.0
noinit 40416 40416 0 0.0
text 570192 570192 0 0.0

@robszewczyk
Copy link
Contributor Author

@andy31415 -- it looks like adding a unit test is relatively straightforward, working on that now. Please do not merge until I've had a chance to add the test

@robszewczyk
Copy link
Contributor Author

@andy31415 unit test added, loops without the fix.

@github-actions
Copy link

github-actions bot commented May 18, 2022

PR #18560: Size comparison from 3a7cbf8 to a416fbd

Increases (4 builds for linux)
platform target config section 3a7cbf8 a416fbdb change % change
linux chip-tool debug (read only) 9308901 9308981 80 0.0
.text 7499877 7499957 80 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9078244 9078308 64 0.0
.text 7169060 7169124 64 0.0
tv-app debug (read only) 2852769 2852865 96 0.0
.text 2448194 2448290 96 0.0
tv-casting-app debug (read only) 5415481 5415561 80 0.0
.text 4715362 4715442 80 0.0
Full report (29 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3a7cbf8 a416fbdb change % change
cyw30739 light cyw930739m2evb_01 (read/write) 625502 625502 0 0.0
.app_xip_area 529116 529116 0 0.0
.bss 79028 79028 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 628466 628466 0 0.0
.app_xip_area 533536 533536 0 0.0
.bss 77604 77604 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 572890 572890 0 0.0
.app_xip_area 468244 468244 0 0.0
.bss 87024 87024 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917612 917612 0 0.0
(read/write) 133244 133244 0 0.0
.bss 131184 131184 0 0.0
.data 2060 2060 0 0.0
.text 917604 917604 0 0.0
BRD4161A+rpc (read only) 951800 951800 0 0.0
(read/write) 149928 149928 0 0.0
.bss 147664 147664 0 0.0
.data 2264 2264 0 0.0
.text 951792 951792 0 0.0
BRD4161A+rs911x (read only) 791052 791052 0 0.0
(read/write) 129512 129512 0 0.0
.bss 127444 127444 0 0.0
.data 2068 2068 0 0.0
.text 791044 791044 0 0.0
lock-app BRD4161A+wf200 (read only) 947016 947016 0 0.0
(read/write) 123996 123996 0 0.0
.bss 121972 121972 0 0.0
.data 2024 2024 0 0.0
.text 947008 947008 0 0.0
window-app BRD4161A (read only) 897732 897732 0 0.0
(read/write) 133304 133304 0 0.0
.bss 131256 131256 0 0.0
.data 2048 2048 0 0.0
.text 897724 897724 0 0.0
k32w light k32w061+release (read/write) 683020 683020 0 0.0
.bss 80224 80224 0 0.0
.data 2016 2016 0 0.0
.text 599076 599076 0 0.0
lock k32w061+release (read/write) 729524 729524 0 0.0
.bss 80656 80656 0 0.0
.data 1976 1976 0 0.0
.text 645188 645188 0 0.0
linux all-clusters-app debug (read only) 2750985 2750985 0 0.0
(read/write) 175904 175904 0 0.0
.bss 85056 85056 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 82616 82616 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 240733 240733 0 0.0
.text 2333922 2333922 0 0.0
bridge-app debug+rpc (read only) 2032545 2032545 0 0.0
(read/write) 147736 147736 0 0.0
.bss 72832 72832 0 0.0
.data 3936 3936 0 0.0
.data.rel.ro 65384 65384 0 0.0
.dynamic 592 592 0 0.0
.got 4272 4272 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 168873 168873 0 0.0
.text 1705474 1705474 0 0.0
chip-tool debug (read only) 9308901 9308981 80 0.0
(read/write) 580088 580088 0 0.0
.bss 23936 23936 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 548704 548704 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 479933 479933 0 0.0
.text 7499877 7499957 80 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9078244 9078308 64 0.0
(read/write) 646209 646209 0 0.0
.bss 42209 42209 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 583952 583952 0 0.0
.dynamic 560 560 0 0.0
.got 15016 15016 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 444948 444948 0 0.0
.text 7169060 7169124 64 0.0
lighting-app debug+rpc (read only) 2327073 2327073 0 0.0
(read/write) 153184 153184 0 0.0
.bss 74624 74624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 70744 70744 0 0.0
.dynamic 608 608 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 187913 187913 0 0.0
.text 1971730 1971730 0 0.0
lock-app debug (read only) 2240657 2240657 0 0.0
(read/write) 147864 147864 0 0.0
.bss 73312 73312 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 67272 67272 0 0.0
.dynamic 592 592 0 0.0
.got 4336 4336 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 198585 198585 0 0.0
.text 1880962 1880962 0 0.0
ota-provider-app debug (read only) 2061289 2061289 0 0.0
(read/write) 140944 140944 0 0.0
.bss 72768 72768 0 0.0
.data 1768 1768 0 0.0
.data.rel.ro 60616 60616 0 0.0
.dynamic 608 608 0 0.0
.got 4504 4504 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 178912 178912 0 0.0
.text 1723762 1723762 0 0.0
ota-requestor-app debug (read only) 2090273 2090273 0 0.0
(read/write) 143720 143720 0 0.0
.bss 73440 73440 0 0.0
.data 1992 1992 0 0.0
.data.rel.ro 62648 62648 0 0.0
.dynamic 592 592 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 175008 175008 0 0.0
.text 1755186 1755186 0 0.0
shell debug (read only) 2566777 2566777 0 0.0
(read/write) 199800 199800 0 0.0
.bss 115752 115752 0 0.0
.data 1376 1376 0 0.0
.data.rel.ro 76904 76904 0 0.0
.dynamic 608 608 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 221746 221746 0 0.0
.text 2182082 2182082 0 0.0
thermostat-no-ble arm64 (read only) 2352844 2352844 0 0.0
(read/write) 176289 176289 0 0.0
.bss 87585 87585 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79384 79384 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 147148 147148 0 0.0
.text 1975680 1975680 0 0.0
tv-app debug (read only) 2852769 2852865 96 0.0
(read/write) 278752 278752 0 0.0
.bss 190712 190712 0 0.0
.data 4672 4672 0 0.0
.data.rel.ro 77096 77096 0 0.0
.dynamic 592 592 0 0.0
.got 4720 4720 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 221009 221009 0 0.0
.text 2448194 2448290 96 0.0
tv-casting-app debug (read only) 5415481 5415561 80 0.0
(read/write) 224992 224992 0 0.0
.bss 78328 78328 0 0.0
.data 2368 2368 0 0.0
.data.rel.ro 138088 138088 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 339521 339521 0 0.0
.text 4715362 4715442 80 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2420632 2420632 0 0.0
.bss 202668 202668 0 0.0
.data 5872 5872 0 0.0
.text 1383276 1383276 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180991 1180991 0 0.0
bss 138376 138376 0 0.0
rodata 153064 153064 0 0.0
text 810680 810680 0 0.0
p6 all-clusters-app default (read/write) 2538992 2538992 0 0.0
.bss 136176 136176 0 0.0
.data 2808 2808 0 0.0
.text 1497256 1497256 0 0.0
light-app default (read/write) 2425424 2425424 0 0.0
.bss 129488 129488 0 0.0
.data 2608 2608 0 0.0
.text 1383688 1383688 0 0.0
lock-app default (read/write) 2436144 2436144 0 0.0
.bss 129304 129304 0 0.0
.data 2568 2568 0 0.0
.text 1394408 1394408 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 782688 782688 0 0.0
bss 70608 70608 0 0.0
noinit 40416 40416 0 0.0
text 553492 553492 0 0.0
lighting-app tlsr9518adk80d (read/write) 802780 802780 0 0.0
bss 70864 70864 0 0.0
noinit 40416 40416 0 0.0
text 570258 570258 0 0.0

When scanning up through the elements in search of a Vendor Reserved
element, `PrepareToReadVendorReser` would call `mTlvReader.Next()`
inside a `while (true)` loop.  Should the `TLVReader::Next()` return
an error other than `END_OF_TLV` the loop reader would neither advance
nor exit the loop.  The change exits the function on any way in a way
that parallels the earlier error checks on TLVReader errors.
@robszewczyk robszewczyk force-pushed the fix/potential_inifinite_loop branch from a416fbd to 9f6ec3e Compare May 18, 2022 21:01
@github-actions
Copy link

github-actions bot commented May 18, 2022

PR #18560: Size comparison from ad0f7b8 to 9f6ec3e

Increases (4 builds for linux)
platform target config section ad0f7b8 9f6ec3e change % change
linux chip-tool debug (read only) 9308805 9308885 80 0.0
.text 7499877 7499957 80 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9078244 9078308 64 0.0
.text 7169060 7169124 64 0.0
tv-app debug (read only) 2852769 2852865 96 0.0
.text 2448194 2448290 96 0.0
tv-casting-app debug (read only) 5415481 5415561 80 0.0
.text 4715362 4715442 80 0.0
Full report (31 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section ad0f7b8 9f6ec3e change % change
cyw30739 light cyw930739m2evb_01 (read/write) 625494 625494 0 0.0
.app_xip_area 529108 529108 0 0.0
.bss 79028 79028 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 628458 628458 0 0.0
.app_xip_area 533528 533528 0 0.0
.bss 77604 77604 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 572890 572890 0 0.0
.app_xip_area 468244 468244 0 0.0
.bss 87024 87024 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 917612 917612 0 0.0
(read/write) 133244 133244 0 0.0
.bss 131184 131184 0 0.0
.data 2060 2060 0 0.0
.text 917604 917604 0 0.0
BRD4161A+rpc (read only) 951800 951800 0 0.0
(read/write) 149928 149928 0 0.0
.bss 147664 147664 0 0.0
.data 2264 2264 0 0.0
.text 951792 951792 0 0.0
BRD4161A+rs911x (read only) 791052 791052 0 0.0
(read/write) 129512 129512 0 0.0
.bss 127444 127444 0 0.0
.data 2068 2068 0 0.0
.text 791044 791044 0 0.0
lock-app BRD4161A+wf200 (read only) 947000 947000 0 0.0
(read/write) 123996 123996 0 0.0
.bss 121972 121972 0 0.0
.data 2024 2024 0 0.0
.text 946992 946992 0 0.0
window-app BRD4161A (read only) 897732 897732 0 0.0
(read/write) 133304 133304 0 0.0
.bss 131256 131256 0 0.0
.data 2048 2048 0 0.0
.text 897724 897724 0 0.0
esp32 all-clusters-app c3devkit (read only) 1000892 1000892 0 0.0
(read/write) 1478106 1478106 0 0.0
.dram0.bss 68208 68208 0 0.0
.dram0.data 14624 14624 0 0.0
.flash.rodata 209848 209848 0 0.0
.flash.text 1000892 1000892 0 0.0
.iram0.text 62954 62954 0 0.0
m5stack (read only) 1056027 1056027 0 0.0
(read/write) 480100 480100 0 0.0
.dram0.bss 73720 73720 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 240184 240184 0 0.0
.flash.text 1050643 1050643 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 683020 683020 0 0.0
.bss 80224 80224 0 0.0
.data 2016 2016 0 0.0
.text 599076 599076 0 0.0
lock k32w061+release (read/write) 729524 729524 0 0.0
.bss 80656 80656 0 0.0
.data 1976 1976 0 0.0
.text 645188 645188 0 0.0
linux all-clusters-app debug (read only) 2750985 2750985 0 0.0
(read/write) 175904 175904 0 0.0
.bss 85056 85056 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 82616 82616 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 240733 240733 0 0.0
.text 2333922 2333922 0 0.0
bridge-app debug+rpc (read only) 2032545 2032545 0 0.0
(read/write) 147736 147736 0 0.0
.bss 72832 72832 0 0.0
.data 3936 3936 0 0.0
.data.rel.ro 65384 65384 0 0.0
.dynamic 592 592 0 0.0
.got 4272 4272 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 168873 168873 0 0.0
.text 1705474 1705474 0 0.0
chip-tool debug (read only) 9308805 9308885 80 0.0
(read/write) 580088 580088 0 0.0
.bss 23936 23936 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 548704 548704 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 479837 479837 0 0.0
.text 7499877 7499957 80 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9078244 9078308 64 0.0
(read/write) 646209 646209 0 0.0
.bss 42209 42209 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 583952 583952 0 0.0
.dynamic 560 560 0 0.0
.got 15016 15016 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 444948 444948 0 0.0
.text 7169060 7169124 64 0.0
lighting-app debug+rpc (read only) 2327073 2327073 0 0.0
(read/write) 153184 153184 0 0.0
.bss 74624 74624 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 70744 70744 0 0.0
.dynamic 608 608 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 187913 187913 0 0.0
.text 1971730 1971730 0 0.0
lock-app debug (read only) 2240657 2240657 0 0.0
(read/write) 147864 147864 0 0.0
.bss 73312 73312 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 67272 67272 0 0.0
.dynamic 592 592 0 0.0
.got 4336 4336 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 198585 198585 0 0.0
.text 1880962 1880962 0 0.0
ota-provider-app debug (read only) 2061289 2061289 0 0.0
(read/write) 140944 140944 0 0.0
.bss 72768 72768 0 0.0
.data 1768 1768 0 0.0
.data.rel.ro 60616 60616 0 0.0
.dynamic 608 608 0 0.0
.got 4504 4504 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 178912 178912 0 0.0
.text 1723762 1723762 0 0.0
ota-requestor-app debug (read only) 2090273 2090273 0 0.0
(read/write) 143720 143720 0 0.0
.bss 73440 73440 0 0.0
.data 1992 1992 0 0.0
.data.rel.ro 62648 62648 0 0.0
.dynamic 592 592 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 175008 175008 0 0.0
.text 1755186 1755186 0 0.0
shell debug (read only) 2566777 2566777 0 0.0
(read/write) 199800 199800 0 0.0
.bss 115752 115752 0 0.0
.data 1376 1376 0 0.0
.data.rel.ro 76904 76904 0 0.0
.dynamic 608 608 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 221746 221746 0 0.0
.text 2182082 2182082 0 0.0
thermostat-no-ble arm64 (read only) 2352844 2352844 0 0.0
(read/write) 176289 176289 0 0.0
.bss 87585 87585 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79384 79384 0 0.0
.dynamic 560 560 0 0.0
.got 4768 4768 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 147148 147148 0 0.0
.text 1975680 1975680 0 0.0
tv-app debug (read only) 2852769 2852865 96 0.0
(read/write) 278752 278752 0 0.0
.bss 190712 190712 0 0.0
.data 4672 4672 0 0.0
.data.rel.ro 77096 77096 0 0.0
.dynamic 592 592 0 0.0
.got 4720 4720 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 221009 221009 0 0.0
.text 2448194 2448290 96 0.0
tv-casting-app debug (read only) 5415481 5415561 80 0.0
(read/write) 224992 224992 0 0.0
.bss 78328 78328 0 0.0
.data 2368 2368 0 0.0
.data.rel.ro 138088 138088 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 339521 339521 0 0.0
.text 4715362 4715442 80 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2420632 2420632 0 0.0
.bss 202668 202668 0 0.0
.data 5872 5872 0 0.0
.text 1383276 1383276 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180991 1180991 0 0.0
bss 138376 138376 0 0.0
rodata 153064 153064 0 0.0
text 810676 810676 0 0.0
p6 all-clusters-app default (read/write) 2538992 2538992 0 0.0
.bss 136176 136176 0 0.0
.data 2808 2808 0 0.0
.text 1497256 1497256 0 0.0
light-app default (read/write) 2425424 2425424 0 0.0
.bss 129488 129488 0 0.0
.data 2608 2608 0 0.0
.text 1383688 1383688 0 0.0
lock-app default (read/write) 2436144 2436144 0 0.0
.bss 129304 129304 0 0.0
.data 2568 2568 0 0.0
.text 1394408 1394408 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 782680 782680 0 0.0
bss 70608 70608 0 0.0
noinit 40416 40416 0 0.0
text 553486 553486 0 0.0
lighting-app tlsr9518adk80d (read/write) 802772 802772 0 0.0
bss 70864 70864 0 0.0
noinit 40416 40416 0 0.0
text 570252 570252 0 0.0

@robszewczyk robszewczyk merged commit d466935 into project-chip:master May 19, 2022
@robszewczyk robszewczyk deleted the fix/potential_inifinite_loop branch May 19, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants