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

drivers/flash: Fix z_vrfy_flash_handler #82779

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

de-nordic
Copy link
Collaborator

Wrong write size has been given.

Fixes #81910
Coverity CID: 434734

@de-nordic de-nordic added bug The issue is a bug, or the PR is fixing a bug Coverity A Coverity detected issue or its fix labels Dec 10, 2024
@de-nordic de-nordic self-assigned this Dec 10, 2024
@de-nordic de-nordic requested a review from nashif December 10, 2024 11:12
@zephyrbot zephyrbot added area: Flash size: XS A PR changing only a single line of code labels Dec 10, 2024
@zephyrbot zephyrbot requested a review from rghaddab December 10, 2024 11:12
Wrong write size has been given.

Fixes zephyrproject-rtos#81910
Coverity CID: 434734

Signed-off-by: Dominik Ermel <[email protected]>
@kartben kartben merged commit 63d5ba4 into zephyrproject-rtos:main Dec 12, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Flash bug The issue is a bug, or the PR is fixing a bug Coverity A Coverity detected issue or its fix size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Coverity CID: 434734] Wrong sizeof argument in drivers/flash/flash_handlers.c
5 participants