-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Android] Fix CHIPTool cluster cmds fail or app crashes (Issue #15637). #15919
[Android] Fix CHIPTool cluster cmds fail or app crashes (Issue #15637). #15919
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast tracking platform changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks like it contains changes from several other PRs and probably has more deltas than the 'fix cmd fail and app crashes' as the title describes.
I am unable to find what actual deltas exist: this is 91K added lines and 1.3K deleted lines and cannot be code reviewed.
Please update the patch.
Yes, I followed the guideline to contribute which included "rebase to master if it has changed since your changes" which is where all the extra came from. My change only affects 2 files. I'll see if I can update my PR it so it only shows my changes... Should be fixed now. The "Files changed" tab shows only 2 files and they just have my changes. Sorry about that, it's my first time contributing a PR. |
Thanks! Added the checkmark, needs restyle update before merge. |
PR #15919: Size comparison from 2822511 to 6c76554 Full report (26 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
|
8846dff
to
7416324
Compare
@Litome The CLA machinery is not happy because the address in the commits does not match your github info, as far as I can tell. Sorry about the legal hurdles... |
PR #15919: Size comparison from 4349e22 to 1ac92ff Full report (25 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
|
1ac92ff
to
1544b2b
Compare
@bzbarsky-apple I really don't know how to get past this. I've changed my GitHub settings so that my "Primary email address" is the same as my .gitconfig settings so it matches my commits and re-accepted / signed the CLA agreement but nothing seems to work. Any idea how to smooth this administrative hurdle? |
/rebase |
@woody-apple See the CLA question above? |
1544b2b
to
7812a8a
Compare
PR #15919: Size comparison from c4d81c8 to 7812a8a Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
…t-chip#15637). (project-chip#15919) * [Android] Fix CHIPTool cluster cmds fail or app crashes (Issue project-chip#15637). * [Android] Fix expression in verification instead of commenting out the verification. * Restyled by clang-format * [Android] Fix merge issue and revert un-necessary changes to verification expression Co-authored-by: Lisandre Taylor <lisandre.taylor@greenenergyoptions.co.uk> Co-authored-by: Restyled.io <commits@restyled.io>
…t-chip#15637). (project-chip#15919) * [Android] Fix CHIPTool cluster cmds fail or app crashes (Issue project-chip#15637). * [Android] Fix expression in verification instead of commenting out the verification. * Restyled by clang-format * [Android] Fix merge issue and revert un-necessary changes to verification expression Co-authored-by: Lisandre Taylor <lisandre.taylor@greenenergyoptions.co.uk> Co-authored-by: Restyled.io <commits@restyled.io>
Problem
Change overview
offset_bytes >= decodedLength
check ifoffset_bytes
is zero.address != nullptr
andport != 0
when "PROVISIONING CHIP DEVICE WITH WI-FI" as the verification gets called multiple times during provisioning.Testing
How was this tested? (at least one bullet point required)