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

Make sure we clean up properly if StartWatchingSocket fails. #28245

Merged

Conversation

bzbarsky-apple
Copy link
Contributor

If StartWatchingSocket failed (e.g. due to us being out of socket watch pool space), we would leave the UDPEndPointImplSockets in a bad state where its destructor would try to treat the un-initialized mWatch value as a pointer.

The fix is to make sure we clean up properly on StartWatchingSocket failure.

@github-actions
Copy link

github-actions bot commented Jul 25, 2023

PR #28245: Size comparison from c9ce7f2 to 493c86b

Increases (6 builds for linux, nrfconnect, psoc6)
platform target config section c9ce7f2 493c86b change % change
linux chip-tool-ipv6only arm64 (read only) 16857588 16857604 16 0.0
.text 13804552 13804568 16 0.0
thermostat-no-ble arm64 (read only) 4444540 4444556 16 0.0
.text 3945624 3945640 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1216328 1216344 16 0.0
text 841652 841660 8 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1335404 1335420 16 0.0
text 769304 769316 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 808244 808252 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29765300 29765301 1 0.0
Decreases (6 builds for bl602, bl702, cc32xx, efr32, psoc6)
platform target config section c9ce7f2 493c86b change % change
bl602 lighting-app bl602 (read/write) 1361354 1361346 -8 -0.0
.text 1055010 1055008 -2 -0.0
bl702 lighting-app bl702+rpc (read/write) 1262983 1262979 -4 -0.0
.debug_info 46152411 46152410 -1 -0.0
.text 1026310 1026308 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 18909794 18909793 -1 -0.0
efr32 lighting-app BRD4187C (read/write) 1033544 1033536 -8 -0.0
.text 866852 866844 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1083180 1083164 -16 -0.0
.text 902824 902808 -16 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22150360 22150359 -1 -0.0
Full report (29 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section c9ce7f2 493c86b change % change
bl602 lighting-app bl602 (read/write) 1361354 1361346 -8 -0.0
.bss 73806 73806 0 0.0
.data 9608 9608 0 0.0
.text 1055010 1055008 -2 -0.0
bl602+rpc (read/write) 1409022 1409022 0 0.0
.bss 81846 81846 0 0.0
.data 10008 10008 0 0.0
.text 1087148 1087148 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1164371 1164371 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41237 41237 0 0.0
.bss_psram 43824 43824 0 0.0
.comment 48 48 0 0.0
.data 3600 3600 0 0.0
.debug_abbrev 1573950 1573950 0 0.0
.debug_aranges 140088 140088 0 0.0
.debug_frame 515136 515136 0 0.0
.debug_info 40927873 40927873 0 0.0
.debug_line 5451023 5451023 0 0.0
.debug_loc 3556786 3556786 0 0.0
.debug_ranges 383992 383992 0 0.0
.debug_str 3996661 3996661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106072 106072 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 586622 586622 0 0.0
.symtab 175024 175024 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951902 951902 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1262983 1262979 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49685 49685 0 0.0
.bss_psram 43824 43824 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1741154 1741154 0 0.0
.debug_aranges 148600 148600 0 0.0
.debug_frame 543988 543988 0 0.0
.debug_info 46152411 46152410 -1 -0.0
.debug_line 5879142 5879142 0 0.0
.debug_loc 3762698 3762698 0 0.0
.debug_ranges 409736 409736 0 0.0
.debug_str 4427059 4427059 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120724 120724 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 649563 649563 0 0.0
.symtab 193936 193936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1026310 1026308 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1149936 1149936 0 0.0
.boot2 292 292 0 0.0
.bss 15924 15924 0 0.0
.bss_psram 78240 78240 0 0.0
.comment 48 48 0 0.0
.data 4568 4568 0 0.0
.debug_abbrev 1576169 1576169 0 0.0
.debug_aranges 134592 134592 0 0.0
.debug_frame 494824 494824 0 0.0
.debug_info 40928981 40928981 0 0.0
.debug_line 5366602 5366602 0 0.0
.debug_loc 3492968 3492968 0 0.0
.debug_ranges 389200 389200 0 0.0
.debug_str 4009119 4009119 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99956 99956 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 586847 586847 0 0.0
.symtab 174592 174592 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
940706 940706 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 610106 610106 0 0.0
(read/write) 208276 208276 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201688 201688 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956247 956247 0 0.0
.debug_aranges 107976 107976 0 0.0
.debug_frame 366408 366408 0 0.0
.debug_info 18909794 18909793 -1 -0.0
.debug_line 2765974 2765974 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1580482 1580482 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 99490 99490 0 0.0
.debug_str 3420146 3420146 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105194 105194 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 489326 489326 0 0.0
.symtab 289744 289744 0 0.0
.text 502788 502788 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 548799 548799 0 0.0
.app_xip_area 439761 439761 0 0.0
.bss 64008 64008 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 532903 532903 0 0.0
.app_xip_area 418905 418905 0 0.0
.bss 68960 68960 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571847 571847 0 0.0
.app_xip_area 463897 463897 0 0.0
.bss 62968 62968 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 545247 545247 0 0.0
.app_xip_area 434329 434329 0 0.0
.bss 65856 65856 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008432 1008432 0 0.0
.bss 183628 183628 0 0.0
.data 2696 2696 0 0.0
.text 822088 822088 0 0.0
BRD4187C (read/write) 1033544 1033536 -8 -0.0
.bss 163380 163380 0 0.0
.data 3292 3292 0 0.0
.text 866852 866844 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1083180 1083164 -16 -0.0
.bss 177644 177644 0 0.0
.data 2692 2692 0 0.0
.text 902824 902808 -16 -0.0
window-app BRD4187C (read/write) 1104608 1104608 0 0.0
.bss 146372 146372 0 0.0
.data 3204 3204 0 0.0
.text 955012 955012 0 0.0
k32w contact k32w0+release (read only) 588380 588380 0 0.0
(read/write) 91608 91608 0 0.0
.bss 67604 67604 0 0.0
.data 2168 2168 0 0.0
.text 587844 587844 0 0.0
light k32w0+release (read only) 587132 587132 0 0.0
(read/write) 91256 91256 0 0.0
.bss 67268 67268 0 0.0
.data 2156 2156 0 0.0
.text 586596 586596 0 0.0
lock k32w0+release (read only) 559628 559628 0 0.0
(read/write) 89064 89064 0 0.0
.bss 65140 65140 0 0.0
.data 2100 2100 0 0.0
.text 559092 559092 0 0.0
linux chip-tool-ipv6only arm64 (read only) 16857588 16857604 16 0.0
(read/write) 1119864 1119864 0 0.0
.bss 102984 102984 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 983640 983640 0 0.0
.dynamic 512 512 0 0.0
.got 23312 23312 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 819984 819984 0 0.0
.text 13804552 13804568 16 0.0
thermostat-no-ble arm64 (read only) 4444540 4444556 16 0.0
(read/write) 243832 243832 0 0.0
.bss 122184 122184 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 102032 102032 0 0.0
.dynamic 512 512 0 0.0
.got 11952 11952 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161348 161348 0 0.0
.text 3945624 3945640 16 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2516792 2516792 0 0.0
.bss 220424 220424 0 0.0
.data 5152 5152 0 0.0
.text 1479476 1479476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1216328 1216344 16 0.0
bss 154899 154899 0 0.0
rodata 140652 140652 0 0.0
text 841652 841660 8 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1335404 1335420 16 0.0
bss 140213 140213 0 0.0
rodata 135124 135124 0 0.0
text 769304 769316 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1154284 1154284 0 0.0
bss 154994 154994 0 0.0
rodata 112048 112048 0 0.0
text 808244 808252 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837040 837040 0 0.0
(read/write) 1764620 1764620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193676 193676 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2624 2624 0 0.0
.debug_abbrev 1390516 1390516 0 0.0
.debug_aranges 143448 143448 0 0.0
.debug_frame 477968 477968 0 0.0
.debug_info 29765300 29765301 1 0.0
.debug_line 4110325 4110325 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2240957 2240957 0 0.0
.debug_rnglists 141799 141799 0 0.0
.debug_str 4142990 4142990 0 0.0
.heap 837040 837040 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 799208 799208 0 0.0
.symtab 498352 498352 0 0.0
.text 0 0 0 0.0
1559932 1559932 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839072 839072 0 0.0
(read/write) 1672164 1672164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191708 191708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1302204 1302204 0 0.0
.debug_aranges 136976 136976 0 0.0
.debug_frame 461728 461728 0 0.0
.debug_info 26956692 26956692 0 0.0
.debug_line 3938636 3938636 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2143846 2143846 0 0.0
.debug_rnglists 135103 135103 0 0.0
.debug_str 3976551 3976551 0 0.0
.heap 839072 839072 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 710203 710203 0 0.0
.symtab 464240 464240 0 0.0
.text 1469508 1469508 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845288 845288 0 0.0
(read/write) 1604004 1604004 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185660 185660 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1137829 1137829 0 0.0
.debug_aranges 127224 127224 0 0.0
.debug_frame 425332 425332 0 0.0
.debug_info 22150360 22150359 -1 -0.0
.debug_line 3504865 3504865 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1982722 1982722 0 0.0
.debug_rnglists 124991 124991 0 0.0
.debug_str 3786682 3786682 0 0.0
.heap 845288 845288 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 631779 631779 0 0.0
.symtab 429184 429184 0 0.0
.text 1407564 1407564 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 817848 817848 0 0.0
(read/write) 1633300 1633300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 213100 213100 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1114503 1114503 0 0.0
.debug_aranges 125168 125168 0 0.0
.debug_frame 418164 418164 0 0.0
.debug_info 21747249 21747249 0 0.0
.debug_line 3433092 3433092 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1950046 1950046 0 0.0
.debug_rnglists 122331 122331 0 0.0
.debug_str 3741233 3741233 0 0.0
.heap 817848 817848 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 600800 600800 0 0.0
.symtab 418720 418720 0 0.0
.text 1409420 1409420 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175296 1175296 0 0.0
.bss 101456 101456 0 0.0
.data 788 788 0 0.0
.text 622136 622136 0 0.0
lock-app qpg6105+debug (read/write) 1132320 1132320 0 0.0
.bss 96192 96192 0 0.0
.data 792 792 0 0.0
.text 579164 579164 0 0.0

If StartWatchingSocket failed (e.g. due to us being out of socket watch pool
space), we would leave the UDPEndPointImplSockets in a bad state where its
destructor would try to treat the un-initialized mWatch value as a pointer.

The fix is to make sure we clean up properly on StartWatchingSocket failure.
@github-actions
Copy link

github-actions bot commented Jul 25, 2023

PR #28245: Size comparison from 3efdd36 to e3f06e7

Increases (40 builds for bl602, bl702, cyw30739, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 3efdd36 e3f06e7 change % change
bl602 lighting-app bl602 (read/write) 1361346 1361354 8 0.0
.text 1055008 1055010 2 0.0
bl602+rpc .text 1087146 1087150 4 0.0
bl702 lighting-app bl702+rpc .debug_info 46152409 46152410 1 0.0
.text 1026306 1026308 2 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 548791 548799 8 0.0
.app_xip_area 439753 439761 8 0.0
esp32 all-clusters-app m5stack (read/write) 499754 499758 4 0.0
.flash.rodata 247412 247416 4 0.0
linux all-clusters-app debug (read only) 5481313 5481361 48 0.0
.text 4772579 4772627 48 0.0
all-clusters-minimal-app debug (read only) 4893513 4893561 48 0.0
.text 4392739 4392787 48 0.0
bridge-app debug (read only) 2762457 2762505 48 0.0
.text 2371843 2371891 48 0.0
chip-tool debug (read only) 17633201 17633249 48 0.0
.text 14676531 14676579 48 0.0
chip-tool-ipv6only arm64 (read only) 16857588 16857604 16 0.0
.text 13804552 13804568 16 0.0
lighting-app debug+rpc+ui (read only) 5271361 5271409 48 0.0
.text 4692147 4692195 48 0.0
lock-app debug (read only) 4451065 4451113 48 0.0
.text 3996771 3996819 48 0.0
ota-provider-app debug (read only) 4121329 4121377 48 0.0
.text 3731363 3731411 48 0.0
ota-requestor-app debug (read only) 4215193 4215241 48 0.0
.text 3817507 3817555 48 0.0
shell debug (read only) 2924833 2924881 48 0.0
.text 2543330 2543378 48 0.0
thermostat-no-ble arm64 (read only) 4444540 4444556 16 0.0
.text 3945624 3945640 16 0.0
tv-app debug (read only) 5308465 5308513 48 0.0
.text 4793731 4793779 48 0.0
tv-casting-app debug (read only) 8281305 8281353 48 0.0
.text 7516963 7517011 48 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1216328 1216344 16 0.0
text 841652 841660 8 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1335404 1335420 16 0.0
text 769304 769312 8 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 808244 808252 8 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 21747247 21747249 2 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1067620 1067644 24 0.0
text 726844 726866 22 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 974088 974112 24 0.0
text 667550 667572 22 0.0
bridge-app tlsr9518adk80d (read/write) 941892 941916 24 0.0
text 645164 645184 20 0.0
contact-sensor-app tlsr9518adk80d (read/write) 873804 873820 16 0.0
text 588494 588514 20 0.0
light-switch-app tlsr9518adk80d (read/write) 902700 902716 16 0.0
text 614146 614164 18 0.0
lighting-app tlsr9518adk80d (read/write) 980236 980260 24 0.0
text 684006 684028 22 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 991616 991632 16 0.0
text 691526 691544 18 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1049728 1049744 16 0.0
text 728898 728916 18 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1081096 1081112 16 0.0
text 749048 749066 18 0.0
lock-app tlsr9518adk80d (read/write) 928040 928056 16 0.0
text 616318 616340 22 0.0
ota-requestor-app tlsr9518adk80d (read/write) 896436 896460 24 0.0
text 610384 610406 22 0.0
pump-app tlsr9518adk80d (read/write) 879308 879332 24 0.0
text 594204 594226 22 0.0
pump-controller-app tlsr9518adk80d (read/write) 866448 866472 24 0.0
text 584622 584646 24 0.0
shell tlsr9518adk80d (read/write) 744292 744308 16 0.0
text 478578 478596 18 0.0
smoke_co_alarm-app tlsr9518adk80d (read/write) 875856 875880 24 0.0
text 591552 591574 22 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 862572 862588 16 0.0
text 580226 580244 18 0.0
thermostat tlsr9518adk80d (read/write) 908508 908532 24 0.0
text 619668 619690 22 0.0
window-covering tlsr9518adk80d (read/write) 903876 903892 16 0.0
text 614562 614578 16 0.0
Decreases (2 builds for k32w, psoc6)
platform target config section 3efdd36 e3f06e7 change % change
k32w lock k32w0+release (read only) 559628 559612 -16 -0.0
.text 559092 559076 -16 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22150360 22150359 -1 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 3efdd36 e3f06e7 change % change
bl602 lighting-app bl602 (read/write) 1361346 1361354 8 0.0
.bss 73806 73806 0 0.0
.data 9608 9608 0 0.0
.text 1055008 1055010 2 0.0
bl602+rpc (read/write) 1409022 1409022 0 0.0
.bss 81846 81846 0 0.0
.data 10008 10008 0 0.0
.text 1087146 1087150 4 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1164367 1164367 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41237 41237 0 0.0
.bss_psram 43824 43824 0 0.0
.comment 48 48 0 0.0
.data 3600 3600 0 0.0
.debug_abbrev 1573950 1573950 0 0.0
.debug_aranges 140088 140088 0 0.0
.debug_frame 515136 515136 0 0.0
.debug_info 40927872 40927872 0 0.0
.debug_line 5451023 5451023 0 0.0
.debug_loc 3556786 3556786 0 0.0
.debug_ranges 383992 383992 0 0.0
.debug_str 3996661 3996661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106072 106072 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 586622 586622 0 0.0
.symtab 175024 175024 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951900 951900 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1262979 1262979 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49685 49685 0 0.0
.bss_psram 43824 43824 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1741154 1741154 0 0.0
.debug_aranges 148600 148600 0 0.0
.debug_frame 543988 543988 0 0.0
.debug_info 46152409 46152410 1 0.0
.debug_line 5879142 5879142 0 0.0
.debug_loc 3762698 3762698 0 0.0
.debug_ranges 409736 409736 0 0.0
.debug_str 4427059 4427059 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120724 120724 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 649563 649563 0 0.0
.symtab 193936 193936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1026306 1026308 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1149932 1149932 0 0.0
.boot2 292 292 0 0.0
.bss 15924 15924 0 0.0
.bss_psram 78240 78240 0 0.0
.comment 48 48 0 0.0
.data 4568 4568 0 0.0
.debug_abbrev 1576169 1576169 0 0.0
.debug_aranges 134592 134592 0 0.0
.debug_frame 494824 494824 0 0.0
.debug_info 40928980 40928980 0 0.0
.debug_line 5366602 5366602 0 0.0
.debug_loc 3492968 3492968 0 0.0
.debug_ranges 389200 389200 0 0.0
.debug_str 4009119 4009119 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99956 99956 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 586847 586847 0 0.0
.symtab 174592 174592 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
940704 940704 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 610106 610106 0 0.0
(read/write) 208276 208276 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201688 201688 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956247 956247 0 0.0
.debug_aranges 107976 107976 0 0.0
.debug_frame 366408 366408 0 0.0
.debug_info 18909793 18909793 0 0.0
.debug_line 2765974 2765974 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1580482 1580482 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 99490 99490 0 0.0
.debug_str 3420146 3420146 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105194 105194 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 489326 489326 0 0.0
.symtab 289744 289744 0 0.0
.text 502788 502788 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 548791 548799 8 0.0
.app_xip_area 439753 439761 8 0.0
.bss 64008 64008 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 532903 532903 0 0.0
.app_xip_area 418905 418905 0 0.0
.bss 68960 68960 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571847 571847 0 0.0
.app_xip_area 463897 463897 0 0.0
.bss 62968 62968 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 434321 434321 0 0.0
.bss 65856 65856 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008432 1008432 0 0.0
.bss 183628 183628 0 0.0
.data 2696 2696 0 0.0
.text 822088 822088 0 0.0
BRD4187C (read/write) 1033536 1033536 0 0.0
.bss 163380 163380 0 0.0
.data 3292 3292 0 0.0
.text 866844 866844 0 0.0
lock-app BRD4161A+wf200 (read/write) 1083180 1083180 0 0.0
.bss 177644 177644 0 0.0
.data 2692 2692 0 0.0
.text 902824 902824 0 0.0
window-app BRD4187C (read/write) 1104608 1104608 0 0.0
.bss 146372 146372 0 0.0
.data 3204 3204 0 0.0
.text 955012 955012 0 0.0
esp32 all-clusters-app c3devkit (read only) 1094696 1094696 0 0.0
(read/write) 1589336 1589336 0 0.0
.dram0.bss 77360 77360 0 0.0
.dram0.data 13988 13988 0 0.0
.flash.rodata 218848 218848 0 0.0
.flash.text 1094696 1094696 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1141171 1141171 0 0.0
(read/write) 499754 499758 4 0.0
.dram0.bss 82848 82848 0 0.0
.dram0.data 34344 34344 0 0.0
.flash.rodata 247412 247416 4 0.0
.flash.text 1135787 1135787 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 588380 588380 0 0.0
(read/write) 91608 91608 0 0.0
.bss 67604 67604 0 0.0
.data 2168 2168 0 0.0
.text 587844 587844 0 0.0
light k32w0+release (read only) 587132 587132 0 0.0
(read/write) 91256 91256 0 0.0
.bss 67268 67268 0 0.0
.data 2156 2156 0 0.0
.text 586596 586596 0 0.0
lock k32w0+release (read only) 559628 559612 -16 -0.0
(read/write) 89064 89064 0 0.0
.bss 65140 65140 0 0.0
.data 2100 2100 0 0.0
.text 559092 559076 -16 -0.0
linux all-clusters-app debug (read only) 5481313 5481361 48 0.0
(read/write) 417552 417552 0 0.0
.bss 130336 130336 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 275456 275456 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1288 0 0.0
.rodata 332304 332304 0 0.0
.text 4772579 4772627 48 0.0
all-clusters-minimal-app debug (read only) 4893513 4893561 48 0.0
(read/write) 231184 231184 0 0.0
.bss 125600 125600 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 94136 94136 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 270982 270982 0 0.0
.text 4392739 4392787 48 0.0
bridge-app debug (read only) 2762457 2762505 48 0.0
(read/write) 132808 132808 0 0.0
.bss 50648 50648 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 71160 71160 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 213472 213472 0 0.0
.text 2371843 2371891 48 0.0
chip-tool debug (read only) 17633201 17633249 48 0.0
(read/write) 1052344 1052344 0 0.0
.bss 93592 93592 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946256 946256 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 908169 908169 0 0.0
.text 14676531 14676579 48 0.0
chip-tool-ipv6only arm64 (read only) 16857588 16857604 16 0.0
(read/write) 1119864 1119864 0 0.0
.bss 102984 102984 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 983640 983640 0 0.0
.dynamic 512 512 0 0.0
.got 23312 23312 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 819984 819984 0 0.0
.text 13804552 13804568 16 0.0
lighting-app debug+rpc+ui (read only) 5271361 5271409 48 0.0
(read/write) 222056 222056 0 0.0
.bss 117584 117584 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 92000 92000 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 337524 337524 0 0.0
.text 4692147 4692195 48 0.0
lock-app debug (read only) 4451065 4451113 48 0.0
(read/write) 202024 202024 0 0.0
.bss 112944 112944 0 0.0
.data 4048 4048 0 0.0
.data.rel.ro 78256 78256 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 246142 246142 0 0.0
.text 3996771 3996819 48 0.0
ota-provider-app debug (read only) 4121329 4121377 48 0.0
(read/write) 191800 191800 0 0.0
.bss 113440 113440 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 68208 68208 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 200030 200030 0 0.0
.text 3731363 3731411 48 0.0
ota-requestor-app debug (read only) 4215193 4215241 48 0.0
(read/write) 196112 196112 0 0.0
.bss 114368 114368 0 0.0
.data 4624 4624 0 0.0
.data.rel.ro 71208 71208 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 203422 203422 0 0.0
.text 3817507 3817555 48 0.0
shell debug (read only) 2924833 2924881 48 0.0
(read/write) 150520 150520 0 0.0
.bss 59592 59592 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 83784 83784 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 210994 210994 0 0.0
.text 2543330 2543378 48 0.0
thermostat-no-ble arm64 (read only) 4444540 4444556 16 0.0
(read/write) 243832 243832 0 0.0
.bss 122184 122184 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 102032 102032 0 0.0
.dynamic 512 512 0 0.0
.got 11952 11952 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161348 161348 0 0.0
.text 3945624 3945640 16 0.0
tv-app debug (read only) 5308465 5308513 48 0.0
(read/write) 349848 349848 0 0.0
.bss 240416 240416 0 0.0
.data 6224 6224 0 0.0
.data.rel.ro 95808 95808 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 271478 271478 0 0.0
.text 4793731 4793779 48 0.0
tv-casting-app debug (read only) 8281305 8281353 48 0.0
(read/write) 209824 209824 0 0.0
.bss 54080 54080 0 0.0
.data 2896 2896 0 0.0
.data.rel.ro 146040 146040 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 366460 366460 0 0.0
.text 7516963 7517011 48 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2516792 2516792 0 0.0
.bss 220424 220424 0 0.0
.data 5152 5152 0 0.0
.text 1479476 1479476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1216328 1216344 16 0.0
bss 154899 154899 0 0.0
rodata 140652 140652 0 0.0
text 841652 841660 8 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1335404 1335420 16 0.0
bss 140213 140213 0 0.0
rodata 135124 135124 0 0.0
text 769304 769312 8 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1154284 1154284 0 0.0
bss 154994 154994 0 0.0
rodata 112048 112048 0 0.0
text 808244 808252 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837040 837040 0 0.0
(read/write) 1764620 1764620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193676 193676 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2624 2624 0 0.0
.debug_abbrev 1390516 1390516 0 0.0
.debug_aranges 143448 143448 0 0.0
.debug_frame 477968 477968 0 0.0
.debug_info 29765300 29765300 0 0.0
.debug_line 4110325 4110325 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2240957 2240957 0 0.0
.debug_rnglists 141799 141799 0 0.0
.debug_str 4142990 4142990 0 0.0
.heap 837040 837040 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 799208 799208 0 0.0
.symtab 498352 498352 0 0.0
.text 0 0 0 0.0
1559932 1559932 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839072 839072 0 0.0
(read/write) 1672164 1672164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191708 191708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1302204 1302204 0 0.0
.debug_aranges 136976 136976 0 0.0
.debug_frame 461728 461728 0 0.0
.debug_info 26956691 26956691 0 0.0
.debug_line 3938636 3938636 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2143846 2143846 0 0.0
.debug_rnglists 135103 135103 0 0.0
.debug_str 3976551 3976551 0 0.0
.heap 839072 839072 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 710203 710203 0 0.0
.symtab 464240 464240 0 0.0
.text 1469508 1469508 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845288 845288 0 0.0
(read/write) 1604004 1604004 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185660 185660 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1137829 1137829 0 0.0
.debug_aranges 127224 127224 0 0.0
.debug_frame 425332 425332 0 0.0
.debug_info 22150360 22150359 -1 -0.0
.debug_line 3504865 3504865 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1982722 1982722 0 0.0
.debug_rnglists 124991 124991 0 0.0
.debug_str 3786682 3786682 0 0.0
.heap 845288 845288 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 631779 631779 0 0.0
.symtab 429184 429184 0 0.0
.text 1407564 1407564 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 817848 817848 0 0.0
(read/write) 1633300 1633300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 213100 213100 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1114503 1114503 0 0.0
.debug_aranges 125168 125168 0 0.0
.debug_frame 418164 418164 0 0.0
.debug_info 21747247 21747249 2 0.0
.debug_line 3433092 3433092 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1950046 1950046 0 0.0
.debug_rnglists 122331 122331 0 0.0
.debug_str 3741233 3741233 0 0.0
.heap 817848 817848 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 600800 600800 0 0.0
.symtab 418720 418720 0 0.0
.text 1409420 1409420 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175296 1175296 0 0.0
.bss 101456 101456 0 0.0
.data 788 788 0 0.0
.text 622136 622136 0 0.0
lock-app qpg6105+debug (read/write) 1132320 1132320 0 0.0
.bss 96192 96192 0 0.0
.data 792 792 0 0.0
.text 579164 579164 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1067620 1067644 24 0.0
bss 107568 107568 0 0.0
text 726844 726866 22 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 974088 974112 24 0.0
bss 105460 105460 0 0.0
text 667550 667572 22 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 941892 941916 24 0.0
bss 109464 109464 0 0.0
text 645164 645184 20 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873804 873820 16 0.0
bss 99128 99128 0 0.0
text 588494 588514 20 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902700 902716 16 0.0
bss 99684 99684 0 0.0
text 614146 614164 18 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980236 980260 24 0.0
bss 107804 107804 0 0.0
text 684006 684028 22 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 991616 991632 16 0.0
bss 112052 112052 0 0.0
text 691526 691544 18 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1049728 1049744 16 0.0
bss 109360 109360 0 0.0
text 728898 728916 18 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1081096 1081112 16 0.0
bss 120444 120444 0 0.0
text 749048 749066 18 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928040 928056 16 0.0
bss 99772 99772 0 0.0
text 616318 616340 22 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896436 896460 24 0.0
bss 100408 100408 0 0.0
text 610384 610406 22 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879308 879332 24 0.0
bss 99260 99260 0 0.0
text 594204 594226 22 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866448 866472 24 0.0
bss 99060 99060 0 0.0
text 584622 584646 24 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744292 744308 16 0.0
bss 97392 97392 0 0.0
text 478578 478596 18 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875856 875880 24 0.0
bss 99216 99216 0 0.0
text 591552 591574 22 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862572 862588 16 0.0
bss 98968 98968 0 0.0
text 580226 580244 18 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908508 908532 24 0.0
bss 99504 99504 0 0.0
text 619668 619690 22 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 903876 903892 16 0.0
bss 99796 99796 0 0.0
text 614562 614578 16 0.0

@mergify mergify bot merged commit 5268655 into project-chip:master Jul 26, 2023
@bzbarsky-apple bzbarsky-apple deleted the fix-socket-watch-failure-crash branch July 27, 2023 00:18
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.

3 participants