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 chip-tool crash in case of commissioning ethernet device. #7753

Conversation

SergeyVasiliev
Copy link
Contributor

Problem

Fix chip-tool crash on commissioning Ethernet device:

./chip-tool pairing ethernet 21589380 3840 192.168.10.131 11097
...
[1623941639.843658][4510] CHIP:CTL: Device confirmed that it has received the root certificate
[1623941639.843700][4510] CHIP:CTL: Operational credentials provisioned on device 0xaaaaf127c778
[1623941639.847772][4510] CHIP:TOO: Secure Pairing Success
[1623941639.849808][4510] CHIP:TOO: Pairing Success
Segmentation fault (core dumped) 

Change overview

Need to figure out what SetupNetwork() should do in case of Ethernet device, for now move it to the case where is does nothing.

Testing

Was manually tested on Linux.

… figure out what SetupNetwork() should do in case of Ethernet, for now do nothing
@CLAassistant
Copy link

CLAassistant commented Jun 18, 2021

CLA assistant check
All committers have signed the CLA.

@bzbarsky-apple bzbarsky-apple merged commit ca60cff into project-chip:master Jun 21, 2021
nikita-s-wrk pushed a commit to nikita-s-wrk/connectedhomeip that referenced this pull request Sep 23, 2021
… figure out what SetupNetwork() should do in case of Ethernet, for now do nothing (project-chip#7753)
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.

7 participants