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

[shell] Fix buffer overrun issue NCC-E003350-ABV. #19533

Merged
merged 4 commits into from
Jun 15, 2022

Conversation

turon
Copy link
Contributor

@turon turon commented Jun 13, 2022

Problem

NCC-E003350-ABV

With specifically crafted input, TokenizeLine() code could write four or eight (pointer size) bytes of 0 after the end of tokens[] array.

While there is a check against max_tokens in the for loop above, it does not take into
account the final nullptr write into tokens[] array.

Change overview

Add guard to prevent overwriting tokens[] array.

Testing

Unit test for tokenizer was removed at some point, not sure why.
Re-added tokenizer unit test and added case for argc > max_tokens.

@github-actions
Copy link

github-actions bot commented Jun 13, 2022

PR #19533: Size comparison from e38e2a6 to eb0f335

Increases (10 builds for cc13x2_26x2, cyw30739, linux, nrfconnect, telink)
platform target config section e38e2a6 eb0f335 change % change
cc13x2_26x2 shell LP_CC2652R7 (read only) 688446 688454 8 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
linux shell debug (read only) 2604841 2604857 16 0.0
.text 2215746 2215762 16 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
.text 4656338 4656354 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 821648 821652 4 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
text 556632 556634 2 0.0
lighting-app tlsr9518adk80d text 573324 573326 2 0.0
Decreases (2 builds for cc13x2_26x2, esp32)
platform target config section e38e2a6 eb0f335 change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 157936 157928 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1012668 1012666 -2 -0.0
.flash.text 1012668 1012666 -2 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section e38e2a6 eb0f335 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 658295 658295 0 0.0
(read/write) 192592 192592 0 0.0
.bss 73780 73780 0 0.0
.data 3416 3416 0 0.0
.rodata 87023 87023 0 0.0
.text 570960 570960 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644835 644835 0 0.0
(read/write) 157276 157276 0 0.0
.bss 73004 73004 0 0.0
.data 3356 3356 0 0.0
.rodata 90035 90035 0 0.0
.text 554480 554480 0 0.0
lock-ftd LP_CC2652R7 (read only) 687707 687707 0 0.0
(read/write) 154252 154252 0 0.0
.bss 71740 71740 0 0.0
.data 3280 3280 0 0.0
.rodata 98859 98859 0 0.0
.text 588364 588364 0 0.0
lock-mtd LP_CC2652R7 (read only) 637115 637115 0 0.0
(read/write) 144872 144872 0 0.0
.bss 67476 67476 0 0.0
.data 3280 3280 0 0.0
.rodata 98739 98739 0 0.0
.text 537884 537884 0 0.0
pump-app LP_CC2652R7 (read only) 669083 669083 0 0.0
(read/write) 173788 173788 0 0.0
.bss 71884 71884 0 0.0
.data 3316 3316 0 0.0
.rodata 86979 86979 0 0.0
.text 581620 581620 0 0.0
pump-controller-app LP_CC2652R7 (read only) 659655 659655 0 0.0
(read/write) 183320 183320 0 0.0
.bss 71988 71988 0 0.0
.data 3276 3276 0 0.0
.rodata 84879 84879 0 0.0
.text 574292 574292 0 0.0
shell LP_CC2652R7 (read only) 688446 688454 8 0.0
(read/write) 157936 157928 -8 -0.0
.bss 76076 76076 0 0.0
.data 3420 3420 0 0.0
.rodata 110094 110094 0 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
.bss 84432 84432 0 0.0
.data 756 756 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
.bss 84608 84608 0 0.0
.data 724 724 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
.bss 83616 83616 0 0.0
.data 644 644 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 919264 919264 0 0.0
(read/write) 133440 133440 0 0.0
.bss 131320 131320 0 0.0
.data 2116 2116 0 0.0
.text 919256 919256 0 0.0
BRD4161A+rpc (read only) 953436 953436 0 0.0
(read/write) 150128 150128 0 0.0
.bss 147808 147808 0 0.0
.data 2320 2320 0 0.0
.text 953428 953428 0 0.0
BRD4161A+rs911x (read only) 794388 794388 0 0.0
(read/write) 129720 129720 0 0.0
.bss 127596 127596 0 0.0
.data 2124 2124 0 0.0
.text 794380 794380 0 0.0
lock-app BRD4161A+wf200 (read only) 962532 962532 0 0.0
(read/write) 130060 130060 0 0.0
.bss 127972 127972 0 0.0
.data 2088 2088 0 0.0
.text 962524 962524 0 0.0
window-app BRD4161A (read only) 904168 904168 0 0.0
(read/write) 133512 133512 0 0.0
.bss 131400 131400 0 0.0
.data 2108 2108 0 0.0
.text 904160 904160 0 0.0
esp32 all-clusters-app c3devkit (read only) 1012668 1012666 -2 -0.0
(read/write) 1483282 1483282 0 0.0
.dram0.bss 69408 69408 0 0.0
.dram0.data 14696 14696 0 0.0
.flash.rodata 213744 213744 0 0.0
.flash.text 1012668 1012666 -2 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1066979 1066979 0 0.0
(read/write) 485392 485392 0 0.0
.dram0.bss 74936 74936 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 244236 244236 0 0.0
.flash.text 1061595 1061595 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 657248 657248 0 0.0
.bss 69748 69748 0 0.0
.data 2028 2028 0 0.0
.text 579672 579672 0 0.0
lock k32w061+release (read/write) 718860 718860 0 0.0
.bss 70180 70180 0 0.0
.data 2000 2000 0 0.0
.text 640880 640880 0 0.0
linux all-clusters-app debug (read only) 2923761 2923761 0 0.0
(read/write) 188528 188528 0 0.0
.bss 95776 95776 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84488 84488 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258205 258205 0 0.0
.text 2489906 2489906 0 0.0
all-clusters-minimal-app debug (read only) 2769193 2769193 0 0.0
(read/write) 179888 179888 0 0.0
.bss 94944 94944 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 76872 76872 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258621 258621 0 0.0
.text 2337458 2337458 0 0.0
bridge-app debug+rpc (read only) 2247553 2247553 0 0.0
(read/write) 158752 158752 0 0.0
.bss 82976 82976 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 66232 66232 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 191040 191040 0 0.0
.text 1896530 1896530 0 0.0
chip-tool debug (read only) 9815973 9815973 0 0.0
(read/write) 623496 623496 0 0.0
.bss 25440 25440 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 590696 590696 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 506805 506805 0 0.0
.text 7868549 7868549 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9563860 9563860 0 0.0
(read/write) 689841 689841 0 0.0
.bss 43697 43697 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 626128 626128 0 0.0
.dynamic 528 528 0 0.0
.got 15056 15056 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468788 468788 0 0.0
.text 7518980 7518980 0 0.0
lighting-app debug+rpc (read only) 2497465 2497465 0 0.0
(read/write) 163416 163416 0 0.0
.bss 84288 84288 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71176 71176 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 207144 207144 0 0.0
.text 2122130 2122130 0 0.0
lock-app debug (read only) 2443465 2443465 0 0.0
(read/write) 158488 158488 0 0.0
.bss 82944 82944 0 0.0
.data 1552 1552 0 0.0
.data.rel.ro 68120 68120 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 221192 221192 0 0.0
.text 2059074 2059074 0 0.0
ota-provider-app debug (read only) 2281729 2281729 0 0.0
(read/write) 152688 152688 0 0.0
.bss 82624 82624 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 62456 62456 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 197336 197336 0 0.0
.text 1923202 1923202 0 0.0
ota-requestor-app debug (read only) 2329289 2329289 0 0.0
(read/write) 155504 155504 0 0.0
.bss 83328 83328 0 0.0
.data 1976 1976 0 0.0
.data.rel.ro 64392 64392 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 199520 199520 0 0.0
.text 1964738 1964738 0 0.0
shell debug (read only) 2604841 2604857 16 0.0
(read/write) 219384 219384 0 0.0
.bss 134568 134568 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229778 229778 0 0.0
.text 2215746 2215762 16 0.0
thermostat-no-ble arm64 (read only) 2557916 2557916 0 0.0
(read/write) 191409 191409 0 0.0
.bss 99377 99377 0 0.0
.data 1560 1560 0 0.0
.data.rel.ro 82376 82376 0 0.0
.dynamic 528 528 0 0.0
.got 5080 5080 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 161332 161332 0 0.0
.text 2158912 2158912 0 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
(read/write) 289864 289864 0 0.0
.bss 200200 200200 0 0.0
.data 4688 4688 0 0.0
.data.rel.ro 78528 78528 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 242720 242720 0 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
(read/write) 232312 232312 0 0.0
.bss 88072 88072 0 0.0
.data 2480 2480 0 0.0
.data.rel.ro 135528 135528 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 342368 342368 0 0.0
.text 4656338 4656354 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2432808 2432808 0 0.0
.bss 208988 208988 0 0.0
.data 5888 5888 0 0.0
.text 1395452 1395452 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198315 1198315 0 0.0
bss 141617 141617 0 0.0
rodata 156100 156100 0 0.0
text 821648 821652 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1143531 1143531 0 0.0
bss 140808 140808 0 0.0
rodata 131828 131828 0 0.0
text 791972 791972 0 0.0
p6 all-clusters-app default (read/write) 2551672 2551672 0 0.0
.bss 143408 143408 0 0.0
.data 2832 2832 0 0.0
.text 1509936 1509936 0 0.0
all-clusters-minimal-app default (read/write) 2494128 2494128 0 0.0
.bss 142624 142624 0 0.0
.data 2776 2776 0 0.0
.text 1452392 1452392 0 0.0
light-app default (read/write) 2425560 2425560 0 0.0
.bss 135736 135736 0 0.0
.data 2624 2624 0 0.0
.text 1383824 1383824 0 0.0
lock-app default (read/write) 2445968 2445968 0 0.0
.bss 135560 135560 0 0.0
.data 2600 2600 0 0.0
.text 1404232 1404232 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
bss 70876 70876 0 0.0
noinit 40416 40416 0 0.0
text 556632 556634 2 0.0
lighting-app tlsr9518adk80d (read/write) 806704 806704 0 0.0
bss 71128 71128 0 0.0
noinit 40416 40416 0 0.0
text 573324 573326 2 0.0

@turon turon force-pushed the security/NCC-E003350-ABV branch from eb0f335 to 42d37ed Compare June 13, 2022 18:27
@github-actions
Copy link

github-actions bot commented Jun 13, 2022

PR #19533: Size comparison from e38e2a6 to 42d37ed

Increases (10 builds for cc13x2_26x2, cyw30739, linux, nrfconnect, telink)
platform target config section e38e2a6 42d37ed change % change
cc13x2_26x2 shell LP_CC2652R7 (read only) 688446 688454 8 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
linux shell debug (read only) 2604841 2604857 16 0.0
.text 2215746 2215762 16 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
.text 4656338 4656354 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 821648 821652 4 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
text 556632 556636 4 0.0
lighting-app tlsr9518adk80d text 573324 573326 2 0.0
Decreases (3 builds for cc13x2_26x2, efr32, esp32)
platform target config section e38e2a6 42d37ed change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 157936 157928 -8 -0.0
efr32 lock-app BRD4161A+wf200 (read only) 962532 962516 -16 -0.0
.text 962524 962508 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1012668 1012666 -2 -0.0
.flash.text 1012668 1012666 -2 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section e38e2a6 42d37ed change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 658295 658295 0 0.0
(read/write) 192592 192592 0 0.0
.bss 73780 73780 0 0.0
.data 3416 3416 0 0.0
.rodata 87023 87023 0 0.0
.text 570960 570960 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644835 644835 0 0.0
(read/write) 157276 157276 0 0.0
.bss 73004 73004 0 0.0
.data 3356 3356 0 0.0
.rodata 90035 90035 0 0.0
.text 554480 554480 0 0.0
lock-ftd LP_CC2652R7 (read only) 687707 687707 0 0.0
(read/write) 154252 154252 0 0.0
.bss 71740 71740 0 0.0
.data 3280 3280 0 0.0
.rodata 98859 98859 0 0.0
.text 588364 588364 0 0.0
lock-mtd LP_CC2652R7 (read only) 637115 637115 0 0.0
(read/write) 144872 144872 0 0.0
.bss 67476 67476 0 0.0
.data 3280 3280 0 0.0
.rodata 98739 98739 0 0.0
.text 537884 537884 0 0.0
pump-app LP_CC2652R7 (read only) 669083 669083 0 0.0
(read/write) 173788 173788 0 0.0
.bss 71884 71884 0 0.0
.data 3316 3316 0 0.0
.rodata 86979 86979 0 0.0
.text 581620 581620 0 0.0
pump-controller-app LP_CC2652R7 (read only) 659655 659655 0 0.0
(read/write) 183320 183320 0 0.0
.bss 71988 71988 0 0.0
.data 3276 3276 0 0.0
.rodata 84879 84879 0 0.0
.text 574292 574292 0 0.0
shell LP_CC2652R7 (read only) 688446 688454 8 0.0
(read/write) 157936 157928 -8 -0.0
.bss 76076 76076 0 0.0
.data 3420 3420 0 0.0
.rodata 110094 110094 0 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
.bss 84432 84432 0 0.0
.data 756 756 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
.bss 84608 84608 0 0.0
.data 724 724 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
.bss 83616 83616 0 0.0
.data 644 644 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 919264 919264 0 0.0
(read/write) 133440 133440 0 0.0
.bss 131320 131320 0 0.0
.data 2116 2116 0 0.0
.text 919256 919256 0 0.0
BRD4161A+rpc (read only) 953436 953436 0 0.0
(read/write) 150128 150128 0 0.0
.bss 147808 147808 0 0.0
.data 2320 2320 0 0.0
.text 953428 953428 0 0.0
BRD4161A+rs911x (read only) 794388 794388 0 0.0
(read/write) 129720 129720 0 0.0
.bss 127596 127596 0 0.0
.data 2124 2124 0 0.0
.text 794380 794380 0 0.0
lock-app BRD4161A+wf200 (read only) 962532 962516 -16 -0.0
(read/write) 130060 130060 0 0.0
.bss 127972 127972 0 0.0
.data 2088 2088 0 0.0
.text 962524 962508 -16 -0.0
window-app BRD4161A (read only) 904168 904168 0 0.0
(read/write) 133512 133512 0 0.0
.bss 131400 131400 0 0.0
.data 2108 2108 0 0.0
.text 904160 904160 0 0.0
esp32 all-clusters-app c3devkit (read only) 1012668 1012666 -2 -0.0
(read/write) 1483282 1483282 0 0.0
.dram0.bss 69408 69408 0 0.0
.dram0.data 14696 14696 0 0.0
.flash.rodata 213744 213744 0 0.0
.flash.text 1012668 1012666 -2 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1066979 1066979 0 0.0
(read/write) 485392 485392 0 0.0
.dram0.bss 74936 74936 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 244236 244236 0 0.0
.flash.text 1061595 1061595 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 657248 657248 0 0.0
.bss 69748 69748 0 0.0
.data 2028 2028 0 0.0
.text 579672 579672 0 0.0
lock k32w061+release (read/write) 718860 718860 0 0.0
.bss 70180 70180 0 0.0
.data 2000 2000 0 0.0
.text 640880 640880 0 0.0
linux all-clusters-app debug (read only) 2923761 2923761 0 0.0
(read/write) 188528 188528 0 0.0
.bss 95776 95776 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84488 84488 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258205 258205 0 0.0
.text 2489906 2489906 0 0.0
all-clusters-minimal-app debug (read only) 2769193 2769193 0 0.0
(read/write) 179888 179888 0 0.0
.bss 94944 94944 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 76872 76872 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258621 258621 0 0.0
.text 2337458 2337458 0 0.0
bridge-app debug+rpc (read only) 2247553 2247553 0 0.0
(read/write) 158752 158752 0 0.0
.bss 82976 82976 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 66232 66232 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 191040 191040 0 0.0
.text 1896530 1896530 0 0.0
chip-tool debug (read only) 9815973 9815973 0 0.0
(read/write) 623496 623496 0 0.0
.bss 25440 25440 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 590696 590696 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 506805 506805 0 0.0
.text 7868549 7868549 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9563860 9563860 0 0.0
(read/write) 689841 689841 0 0.0
.bss 43697 43697 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 626128 626128 0 0.0
.dynamic 528 528 0 0.0
.got 15056 15056 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468788 468788 0 0.0
.text 7518980 7518980 0 0.0
lighting-app debug+rpc (read only) 2497465 2497465 0 0.0
(read/write) 163416 163416 0 0.0
.bss 84288 84288 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71176 71176 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 207144 207144 0 0.0
.text 2122130 2122130 0 0.0
lock-app debug (read only) 2443465 2443465 0 0.0
(read/write) 158488 158488 0 0.0
.bss 82944 82944 0 0.0
.data 1552 1552 0 0.0
.data.rel.ro 68120 68120 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 221192 221192 0 0.0
.text 2059074 2059074 0 0.0
ota-provider-app debug (read only) 2281729 2281729 0 0.0
(read/write) 152688 152688 0 0.0
.bss 82624 82624 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 62456 62456 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 197336 197336 0 0.0
.text 1923202 1923202 0 0.0
ota-requestor-app debug (read only) 2329289 2329289 0 0.0
(read/write) 155504 155504 0 0.0
.bss 83328 83328 0 0.0
.data 1976 1976 0 0.0
.data.rel.ro 64392 64392 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 199520 199520 0 0.0
.text 1964738 1964738 0 0.0
shell debug (read only) 2604841 2604857 16 0.0
(read/write) 219384 219384 0 0.0
.bss 134568 134568 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229778 229778 0 0.0
.text 2215746 2215762 16 0.0
thermostat-no-ble arm64 (read only) 2557916 2557916 0 0.0
(read/write) 191409 191409 0 0.0
.bss 99377 99377 0 0.0
.data 1560 1560 0 0.0
.data.rel.ro 82376 82376 0 0.0
.dynamic 528 528 0 0.0
.got 5080 5080 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 161332 161332 0 0.0
.text 2158912 2158912 0 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
(read/write) 289864 289864 0 0.0
.bss 200200 200200 0 0.0
.data 4688 4688 0 0.0
.data.rel.ro 78528 78528 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 242720 242720 0 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
(read/write) 232312 232312 0 0.0
.bss 88072 88072 0 0.0
.data 2480 2480 0 0.0
.data.rel.ro 135528 135528 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 342368 342368 0 0.0
.text 4656338 4656354 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2432808 2432808 0 0.0
.bss 208988 208988 0 0.0
.data 5888 5888 0 0.0
.text 1395452 1395452 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198315 1198315 0 0.0
bss 141617 141617 0 0.0
rodata 156100 156100 0 0.0
text 821648 821652 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1143531 1143531 0 0.0
bss 140808 140808 0 0.0
rodata 131828 131828 0 0.0
text 791972 791972 0 0.0
p6 all-clusters-app default (read/write) 2551672 2551672 0 0.0
.bss 143408 143408 0 0.0
.data 2832 2832 0 0.0
.text 1509936 1509936 0 0.0
all-clusters-minimal-app default (read/write) 2494128 2494128 0 0.0
.bss 142624 142624 0 0.0
.data 2776 2776 0 0.0
.text 1452392 1452392 0 0.0
light-app default (read/write) 2425560 2425560 0 0.0
.bss 135736 135736 0 0.0
.data 2624 2624 0 0.0
.text 1383824 1383824 0 0.0
lock-app default (read/write) 2445968 2445968 0 0.0
.bss 135560 135560 0 0.0
.data 2600 2600 0 0.0
.text 1404232 1404232 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
bss 70876 70876 0 0.0
noinit 40416 40416 0 0.0
text 556632 556636 4 0.0
lighting-app tlsr9518adk80d (read/write) 806704 806704 0 0.0
bss 71128 71128 0 0.0
noinit 40416 40416 0 0.0
text 573324 573326 2 0.0

@github-actions
Copy link

github-actions bot commented Jun 13, 2022

PR #19533: Size comparison from e38e2a6 to cb6d2bc

Increases above 0.2%:

platform target config section e38e2a6 cb6d2bc change % change
linux lighting-app debug+rpc (read only) 2497465 2504745 7280 0.3
(read/write) 163416 163864 448 0.3
.bss 84288 84544 256 0.3
.data.rel.ro 71176 71432 256 0.4
.text 2122130 2128770 6640 0.3
Increases (13 builds for cc13x2_26x2, cyw30739, efr32, linux, mbed, nrfconnect, telink)
platform target config section e38e2a6 cb6d2bc change % change
cc13x2_26x2 shell LP_CC2652R7 (read only) 688446 688454 8 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
efr32 lighting-app BRD4161A+rpc (read only) 953436 954912 1476 0.2
(read/write) 150128 150312 184 0.1
.bss 147808 147992 184 0.1
.text 953428 954904 1476 0.2
linux lighting-app debug+rpc (read only) 2497465 2504745 7280 0.3
(read/write) 163416 163864 448 0.3
.bss 84288 84544 256 0.3
.data.rel.ro 71176 71432 256 0.4
.rodata 207144 207304 160 0.1
.text 2122130 2128770 6640 0.3
shell debug (read only) 2604841 2604857 16 0.0
.text 2215746 2215762 16 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
.text 4656338 4656354 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2432808 2433784 976 0.0
.bss 208988 209196 208 0.1
.text 1395452 1396428 976 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 821648 821652 4 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
text 556632 556634 2 0.0
lighting-app tlsr9518adk80d text 573324 573326 2 0.0
Decreases (3 builds for cc13x2_26x2, linux, mbed)
platform target config section e38e2a6 cb6d2bc change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 157936 157928 -8 -0.0
linux lighting-app debug+rpc .data 2064 2000 -64 -3.1
mbed lock-app CY8CPROTO_062_4343W+release .data 5888 5864 -24 -0.4
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section e38e2a6 cb6d2bc change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 658295 658295 0 0.0
(read/write) 192592 192592 0 0.0
.bss 73780 73780 0 0.0
.data 3416 3416 0 0.0
.rodata 87023 87023 0 0.0
.text 570960 570960 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644835 644835 0 0.0
(read/write) 157276 157276 0 0.0
.bss 73004 73004 0 0.0
.data 3356 3356 0 0.0
.rodata 90035 90035 0 0.0
.text 554480 554480 0 0.0
lock-ftd LP_CC2652R7 (read only) 687707 687707 0 0.0
(read/write) 154252 154252 0 0.0
.bss 71740 71740 0 0.0
.data 3280 3280 0 0.0
.rodata 98859 98859 0 0.0
.text 588364 588364 0 0.0
lock-mtd LP_CC2652R7 (read only) 637115 637115 0 0.0
(read/write) 144872 144872 0 0.0
.bss 67476 67476 0 0.0
.data 3280 3280 0 0.0
.rodata 98739 98739 0 0.0
.text 537884 537884 0 0.0
pump-app LP_CC2652R7 (read only) 669083 669083 0 0.0
(read/write) 173788 173788 0 0.0
.bss 71884 71884 0 0.0
.data 3316 3316 0 0.0
.rodata 86979 86979 0 0.0
.text 581620 581620 0 0.0
pump-controller-app LP_CC2652R7 (read only) 659655 659655 0 0.0
(read/write) 183320 183320 0 0.0
.bss 71988 71988 0 0.0
.data 3276 3276 0 0.0
.rodata 84879 84879 0 0.0
.text 574292 574292 0 0.0
shell LP_CC2652R7 (read only) 688446 688454 8 0.0
(read/write) 157936 157928 -8 -0.0
.bss 76076 76076 0 0.0
.data 3420 3420 0 0.0
.rodata 110094 110094 0 0.0
.text 578040 578048 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 606554 606570 16 0.0
.app_xip_area 465052 465068 16 0.0
.bss 84432 84432 0 0.0
.data 756 756 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 603678 603686 8 0.0
.app_xip_area 462032 462040 8 0.0
.bss 84608 84608 0 0.0
.data 724 724 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 611374 611390 16 0.0
.app_xip_area 470800 470816 16 0.0
.bss 83616 83616 0 0.0
.data 644 644 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 919264 919264 0 0.0
(read/write) 133440 133440 0 0.0
.bss 131320 131320 0 0.0
.data 2116 2116 0 0.0
.text 919256 919256 0 0.0
BRD4161A+rpc (read only) 953436 954912 1476 0.2
(read/write) 150128 150312 184 0.1
.bss 147808 147992 184 0.1
.data 2320 2320 0 0.0
.text 953428 954904 1476 0.2
BRD4161A+rs911x (read only) 794388 794388 0 0.0
(read/write) 129720 129720 0 0.0
.bss 127596 127596 0 0.0
.data 2124 2124 0 0.0
.text 794380 794380 0 0.0
lock-app BRD4161A+wf200 (read only) 962532 962532 0 0.0
(read/write) 130060 130060 0 0.0
.bss 127972 127972 0 0.0
.data 2088 2088 0 0.0
.text 962524 962524 0 0.0
window-app BRD4161A (read only) 904168 904168 0 0.0
(read/write) 133512 133512 0 0.0
.bss 131400 131400 0 0.0
.data 2108 2108 0 0.0
.text 904160 904160 0 0.0
esp32 all-clusters-app c3devkit (read only) 1012668 1012668 0 0.0
(read/write) 1483282 1483282 0 0.0
.dram0.bss 69408 69408 0 0.0
.dram0.data 14696 14696 0 0.0
.flash.rodata 213744 213744 0 0.0
.flash.text 1012668 1012668 0 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1066979 1066979 0 0.0
(read/write) 485392 485392 0 0.0
.dram0.bss 74936 74936 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 244236 244236 0 0.0
.flash.text 1061595 1061595 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 657248 657248 0 0.0
.bss 69748 69748 0 0.0
.data 2028 2028 0 0.0
.text 579672 579672 0 0.0
lock k32w061+release (read/write) 718860 718860 0 0.0
.bss 70180 70180 0 0.0
.data 2000 2000 0 0.0
.text 640880 640880 0 0.0
linux all-clusters-app debug (read only) 2923761 2923761 0 0.0
(read/write) 188528 188528 0 0.0
.bss 95776 95776 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84488 84488 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258205 258205 0 0.0
.text 2489906 2489906 0 0.0
all-clusters-minimal-app debug (read only) 2769193 2769193 0 0.0
(read/write) 179888 179888 0 0.0
.bss 94944 94944 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 76872 76872 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258621 258621 0 0.0
.text 2337458 2337458 0 0.0
bridge-app debug+rpc (read only) 2247553 2247553 0 0.0
(read/write) 158752 158752 0 0.0
.bss 82976 82976 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 66232 66232 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 191040 191040 0 0.0
.text 1896530 1896530 0 0.0
chip-tool debug (read only) 9815973 9815973 0 0.0
(read/write) 623496 623496 0 0.0
.bss 25440 25440 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 590696 590696 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 506805 506805 0 0.0
.text 7868549 7868549 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9563860 9563860 0 0.0
(read/write) 689841 689841 0 0.0
.bss 43697 43697 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 626128 626128 0 0.0
.dynamic 528 528 0 0.0
.got 15056 15056 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468788 468788 0 0.0
.text 7518980 7518980 0 0.0
lighting-app debug+rpc (read only) 2497465 2504745 7280 0.3
(read/write) 163416 163864 448 0.3
.bss 84288 84544 256 0.3
.data 2064 2000 -64 -3.1
.data.rel.ro 71176 71432 256 0.4
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 207144 207304 160 0.1
.text 2122130 2128770 6640 0.3
lock-app debug (read only) 2443465 2443465 0 0.0
(read/write) 158488 158488 0 0.0
.bss 82944 82944 0 0.0
.data 1552 1552 0 0.0
.data.rel.ro 68120 68120 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 221192 221192 0 0.0
.text 2059074 2059074 0 0.0
ota-provider-app debug (read only) 2281729 2281729 0 0.0
(read/write) 152688 152688 0 0.0
.bss 82624 82624 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 62456 62456 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 197336 197336 0 0.0
.text 1923202 1923202 0 0.0
ota-requestor-app debug (read only) 2329289 2329289 0 0.0
(read/write) 155504 155504 0 0.0
.bss 83328 83328 0 0.0
.data 1976 1976 0 0.0
.data.rel.ro 64392 64392 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 199520 199520 0 0.0
.text 1964738 1964738 0 0.0
shell debug (read only) 2604841 2604857 16 0.0
(read/write) 219384 219384 0 0.0
.bss 134568 134568 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229778 229778 0 0.0
.text 2215746 2215762 16 0.0
thermostat-no-ble arm64 (read only) 2557916 2557916 0 0.0
(read/write) 191409 191409 0 0.0
.bss 99377 99377 0 0.0
.data 1560 1560 0 0.0
.data.rel.ro 82376 82376 0 0.0
.dynamic 528 528 0 0.0
.got 5080 5080 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 161332 161332 0 0.0
.text 2158912 2158912 0 0.0
tv-app debug (read only) 3050873 3050889 16 0.0
(read/write) 289864 289864 0 0.0
.bss 200200 200200 0 0.0
.data 4688 4688 0 0.0
.data.rel.ro 78528 78528 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 242720 242720 0 0.0
.text 2622370 2622386 16 0.0
tv-casting-app debug (read only) 5349977 5349993 16 0.0
(read/write) 232312 232312 0 0.0
.bss 88072 88072 0 0.0
.data 2480 2480 0 0.0
.data.rel.ro 135528 135528 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 342368 342368 0 0.0
.text 4656338 4656354 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2432808 2433784 976 0.0
.bss 208988 209196 208 0.1
.data 5888 5864 -24 -0.4
.text 1395452 1396428 976 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198315 1198315 0 0.0
bss 141617 141617 0 0.0
rodata 156100 156100 0 0.0
text 821648 821652 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1143531 1143531 0 0.0
bss 140808 140808 0 0.0
rodata 131828 131828 0 0.0
text 791972 791972 0 0.0
p6 all-clusters-app default (read/write) 2551672 2551672 0 0.0
.bss 143408 143408 0 0.0
.data 2832 2832 0 0.0
.text 1509936 1509936 0 0.0
all-clusters-minimal-app default (read/write) 2494128 2494128 0 0.0
.bss 142624 142624 0 0.0
.data 2776 2776 0 0.0
.text 1452392 1452392 0 0.0
light-app default (read/write) 2425560 2425560 0 0.0
.bss 135736 135736 0 0.0
.data 2624 2624 0 0.0
.text 1383824 1383824 0 0.0
lock-app default (read/write) 2445968 2445968 0 0.0
.bss 135560 135560 0 0.0
.data 2600 2600 0 0.0
.text 1404232 1404232 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 786716 786724 8 0.0
bss 70876 70876 0 0.0
noinit 40416 40416 0 0.0
text 556632 556634 2 0.0
lighting-app tlsr9518adk80d (read/write) 806704 806704 0 0.0
bss 71128 71128 0 0.0
noinit 40416 40416 0 0.0
text 573324 573326 2 0.0

@turon turon added the security label Jun 13, 2022
@github-actions
Copy link

github-actions bot commented Jun 14, 2022

PR #19533: Size comparison from 8cbfd2f to ceb5bcc

Increases (9 builds for cc13x2_26x2, cyw30739, linux, telink)
platform target config section 8cbfd2f ceb5bcc change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 645459 645467 8 0.0
.text 555104 555112 8 0.0
shell LP_CC2652R7 (read only) 689070 689078 8 0.0
.text 578664 578672 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 607170 607186 16 0.0
.app_xip_area 465668 465684 16 0.0
lock cyw930739m2evb_01 (read/write) 604286 604302 16 0.0
.app_xip_area 462640 462656 16 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 612006 612014 8 0.0
.app_xip_area 471432 471440 8 0.0
linux shell debug (read only) 2606457 2606473 16 0.0
.text 2217330 2217346 16 0.0
tv-app debug (read only) 3053609 3053625 16 0.0
.text 2625106 2625122 16 0.0
tv-casting-app debug (read only) 5351545 5351561 16 0.0
.text 4657906 4657922 16 0.0
telink lighting-app tlsr9518adk80d text 574196 574198 2 0.0
Decreases (3 builds for cc13x2_26x2, esp32, p6)
platform target config section 8cbfd2f ceb5bcc change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 157312 157304 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1013596 1013592 -4 -0.0
.flash.text 1013596 1013592 -4 -0.0
p6 lock-app default (read/write) 2446976 2446960 -16 -0.0
.text 1405240 1405224 -16 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 8cbfd2f ceb5bcc change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 658927 658927 0 0.0
(read/write) 191960 191960 0 0.0
.bss 73780 73780 0 0.0
.data 3416 3416 0 0.0
.rodata 87023 87023 0 0.0
.text 571592 571592 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 645459 645467 8 0.0
(read/write) 157276 157276 0 0.0
.bss 73004 73004 0 0.0
.data 3356 3356 0 0.0
.rodata 90035 90035 0 0.0
.text 555104 555112 8 0.0
lock-ftd LP_CC2652R7 (read only) 688323 688323 0 0.0
(read/write) 153636 153636 0 0.0
.bss 71740 71740 0 0.0
.data 3280 3280 0 0.0
.rodata 98859 98859 0 0.0
.text 588980 588980 0 0.0
lock-mtd LP_CC2652R7 (read only) 637739 637739 0 0.0
(read/write) 144872 144872 0 0.0
.bss 67476 67476 0 0.0
.data 3280 3280 0 0.0
.rodata 98739 98739 0 0.0
.text 538508 538508 0 0.0
pump-app LP_CC2652R7 (read only) 669723 669723 0 0.0
(read/write) 173148 173148 0 0.0
.bss 71884 71884 0 0.0
.data 3316 3316 0 0.0
.rodata 86979 86979 0 0.0
.text 582260 582260 0 0.0
pump-controller-app LP_CC2652R7 (read only) 660279 660279 0 0.0
(read/write) 182696 182696 0 0.0
.bss 71988 71988 0 0.0
.data 3276 3276 0 0.0
.rodata 84879 84879 0 0.0
.text 574916 574916 0 0.0
shell LP_CC2652R7 (read only) 689070 689078 8 0.0
(read/write) 157312 157304 -8 -0.0
.bss 76076 76076 0 0.0
.data 3420 3420 0 0.0
.rodata 110094 110094 0 0.0
.text 578664 578672 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 607170 607186 16 0.0
.app_xip_area 465668 465684 16 0.0
.bss 84432 84432 0 0.0
.data 756 756 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 604286 604302 16 0.0
.app_xip_area 462640 462656 16 0.0
.bss 84608 84608 0 0.0
.data 724 724 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 612006 612014 8 0.0
.app_xip_area 471432 471440 8 0.0
.bss 83616 83616 0 0.0
.data 644 644 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 920296 920296 0 0.0
(read/write) 133440 133440 0 0.0
.bss 131320 131320 0 0.0
.data 2116 2116 0 0.0
.text 920288 920288 0 0.0
BRD4161A+rpc (read only) 955960 955960 0 0.0
(read/write) 150312 150312 0 0.0
.bss 147992 147992 0 0.0
.data 2320 2320 0 0.0
.text 955952 955952 0 0.0
BRD4161A+rs911x (read only) 795420 795420 0 0.0
(read/write) 129720 129720 0 0.0
.bss 127596 127596 0 0.0
.data 2124 2124 0 0.0
.text 795412 795412 0 0.0
lock-app BRD4161A+wf200 (read only) 963396 963396 0 0.0
(read/write) 130060 130060 0 0.0
.bss 127972 127972 0 0.0
.data 2088 2088 0 0.0
.text 963388 963388 0 0.0
window-app BRD4161A (read only) 905192 905192 0 0.0
(read/write) 133512 133512 0 0.0
.bss 131400 131400 0 0.0
.data 2108 2108 0 0.0
.text 905184 905184 0 0.0
esp32 all-clusters-app c3devkit (read only) 1013596 1013592 -4 -0.0
(read/write) 1483474 1483474 0 0.0
.dram0.bss 69408 69408 0 0.0
.dram0.data 14696 14696 0 0.0
.flash.rodata 213936 213936 0 0.0
.flash.text 1013596 1013592 -4 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1067871 1067871 0 0.0
(read/write) 485568 485568 0 0.0
.dram0.bss 74936 74936 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 244412 244412 0 0.0
.flash.text 1062487 1062487 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658120 658120 0 0.0
.bss 69748 69748 0 0.0
.data 2028 2028 0 0.0
.text 580544 580544 0 0.0
lock k32w061+release (read/write) 719740 719740 0 0.0
.bss 70180 70180 0 0.0
.data 2000 2000 0 0.0
.text 641760 641760 0 0.0
linux all-clusters-app debug (read only) 2925345 2925345 0 0.0
(read/write) 188528 188528 0 0.0
.bss 95776 95776 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84488 84488 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258205 258205 0 0.0
.text 2491490 2491490 0 0.0
all-clusters-minimal-app debug (read only) 2770761 2770761 0 0.0
(read/write) 179888 179888 0 0.0
.bss 94944 94944 0 0.0
.data 1920 1920 0 0.0
.data.rel.ro 76872 76872 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 258621 258621 0 0.0
.text 2339026 2339026 0 0.0
bridge-app debug+rpc (read only) 2250161 2250161 0 0.0
(read/write) 158752 158752 0 0.0
.bss 82976 82976 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 66232 66232 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 191072 191072 0 0.0
.text 1899106 1899106 0 0.0
chip-tool debug (read only) 9817845 9817845 0 0.0
(read/write) 623496 623496 0 0.0
.bss 25440 25440 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 590696 590696 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 506805 506805 0 0.0
.text 7870421 7870421 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9565452 9565452 0 0.0
(read/write) 689841 689841 0 0.0
.bss 43697 43697 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 626128 626128 0 0.0
.dynamic 528 528 0 0.0
.got 15056 15056 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468812 468812 0 0.0
.text 7520548 7520548 0 0.0
lighting-app debug+rpc (read only) 2506905 2506905 0 0.0
(read/write) 163864 163864 0 0.0
.bss 84544 84544 0 0.0
.data 2000 2000 0 0.0
.data.rel.ro 71432 71432 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 207336 207336 0 0.0
.text 2130898 2130898 0 0.0
lock-app debug (read only) 2445593 2445593 0 0.0
(read/write) 158488 158488 0 0.0
.bss 82944 82944 0 0.0
.data 1552 1552 0 0.0
.data.rel.ro 68120 68120 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 221192 221192 0 0.0
.text 2061202 2061202 0 0.0
ota-provider-app debug (read only) 2284161 2284161 0 0.0
(read/write) 152688 152688 0 0.0
.bss 82624 82624 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 62456 62456 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 197368 197368 0 0.0
.text 1925602 1925602 0 0.0
ota-requestor-app debug (read only) 2331721 2331721 0 0.0
(read/write) 155504 155504 0 0.0
.bss 83328 83328 0 0.0
.data 1976 1976 0 0.0
.data.rel.ro 64392 64392 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 712 712 0 0.0
.rodata 199552 199552 0 0.0
.text 1967138 1967138 0 0.0
shell debug (read only) 2606457 2606473 16 0.0
(read/write) 219384 219384 0 0.0
.bss 134568 134568 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229810 229810 0 0.0
.text 2217330 2217346 16 0.0
thermostat-no-ble arm64 (read only) 2559588 2559588 0 0.0
(read/write) 191409 191409 0 0.0
.bss 99377 99377 0 0.0
.data 1560 1560 0 0.0
.data.rel.ro 82376 82376 0 0.0
.dynamic 528 528 0 0.0
.got 5080 5080 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 161356 161356 0 0.0
.text 2160560 2160560 0 0.0
tv-app debug (read only) 3053609 3053625 16 0.0
(read/write) 289864 289864 0 0.0
.bss 200200 200200 0 0.0
.data 4688 4688 0 0.0
.data.rel.ro 78528 78528 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 242720 242720 0 0.0
.text 2625106 2625122 16 0.0
tv-casting-app debug (read only) 5351545 5351561 16 0.0
(read/write) 232312 232312 0 0.0
.bss 88072 88072 0 0.0
.data 2480 2480 0 0.0
.data.rel.ro 135528 135528 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 342368 342368 0 0.0
.text 4657906 4657922 16 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2434592 2434592 0 0.0
.bss 209196 209196 0 0.0
.data 5864 5864 0 0.0
.text 1397236 1397236 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198923 1198923 0 0.0
bss 141617 141617 0 0.0
rodata 156100 156100 0 0.0
text 822252 822252 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1144139 1144139 0 0.0
bss 140808 140808 0 0.0
rodata 131828 131828 0 0.0
text 792572 792572 0 0.0
p6 all-clusters-app default (read/write) 2552712 2552712 0 0.0
.bss 143408 143408 0 0.0
.data 2832 2832 0 0.0
.text 1510976 1510976 0 0.0
all-clusters-minimal-app default (read/write) 2495184 2495184 0 0.0
.bss 142624 142624 0 0.0
.data 2776 2776 0 0.0
.text 1453448 1453448 0 0.0
light-app default (read/write) 2426568 2426568 0 0.0
.bss 135736 135736 0 0.0
.data 2624 2624 0 0.0
.text 1384832 1384832 0 0.0
lock-app default (read/write) 2446976 2446960 -16 -0.0
.bss 135560 135560 0 0.0
.data 2600 2600 0 0.0
.text 1405240 1405224 -16 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 787588 787588 0 0.0
bss 70876 70876 0 0.0
noinit 40416 40416 0 0.0
text 557504 557504 0 0.0
lighting-app tlsr9518adk80d (read/write) 807576 807576 0 0.0
bss 71128 71128 0 0.0
noinit 40416 40416 0 0.0
text 574196 574198 2 0.0

@andy31415 andy31415 merged commit e2ef7de into project-chip:master Jun 15, 2022
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