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

tests/subsys/dfu/mcuboot: Fix coverity issue on not checked return val #33151

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

de-nordic
Copy link
Collaborator

The commit fixes coverity issue where return status bank erase operation
has not been checked prior to proceeding with tests.

Fixes: #32924, Coverity-CID: 219522

Signed-off-by: Dominik Ermel [email protected]

The commit fixes coverity issue where return status bank erase operation
has not been checked prior to proceeding with tests.

Fixes: zephyrproject-rtos#32924, Coverity-CID: 219522

Signed-off-by: Dominik Ermel <[email protected]>
@de-nordic de-nordic requested a review from nashif as a code owner March 8, 2021 17:01
@github-actions github-actions bot added the area: Tests Issues related to a particular existing or missing test label Mar 8, 2021
@zephyrbot zephyrbot added the area: DFU Device Firmware Upgrade label Mar 9, 2021
@zephyrbot zephyrbot requested a review from nvlsianpu March 9, 2021 09:38
@nashif nashif merged commit df11f2b into zephyrproject-rtos:master Mar 9, 2021
@de-nordic de-nordic deleted the fix-cid-219522 branch March 11, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DFU Device Firmware Upgrade area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Coverity CID :219522] Unchecked return value in tests/subsys/dfu/mcuboot/src/main.c
4 participants