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

OdinWifiInterface is calling memcpy with a null pointer #9986

Merged
merged 1 commit into from Mar 15, 2019

Conversation

janjongboom
Copy link
Contributor

Description

memcpy is called with source address 0. I think this should be memset not memcpy based on how the function is used.

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

@ciarmcom ciarmcom requested review from screamerbg and a team March 7, 2019 16:00
@ciarmcom
Copy link
Member

ciarmcom commented Mar 7, 2019

@janjongboom, thank you for your changes.
@screamerbg @ARMmbed/mbed-os-maintainers please review.

@0xc0170 0xc0170 requested a review from a team March 8, 2019 10:13
@AmmadRehmatCUS
Copy link

@0xc0170 correctly fixed, thank you for making the correction.

@janjongboom
Copy link
Contributor Author

@AmmadRehmat Thanks for the quick review!

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 15, 2019

No more changes are expected there.

This was added to the rollup PR #10116 and it's currently in CI. If any new commit comes, please let us know immediately.

@0xc0170 0xc0170 merged commit f3614ab into ARMmbed:master Mar 15, 2019
@0xc0170 0xc0170 removed the needs: CI label Mar 15, 2019
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.

None yet

4 participants