Skip to content

drivers: display: ssd1322: fix out-of-bound access #91996

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented Jun 22, 2025

Fix memory corruption issue where buffer pointer was not being advanced properly due to missing dereference.

Fixes Coverity issue CID 434607
Fixes #81957

Fix memory corruption issue where buffer pointer was not being advanced
properly due to missing dereference.

Fixes Coverity issue CID 434607
Fixes zephyrproject-rtos#81957

Signed-off-by: Benjamin Cabé <[email protected]>
@kartben kartben added the Coverity A Coverity detected issue or its fix label Jun 22, 2025
Copy link

@kartben kartben marked this pull request as ready for review June 22, 2025 20:59
@github-actions github-actions bot added area: Display size: XS A PR changing only a single line of code labels Jun 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Display 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: 434607] Out-of-bounds access in drivers/display/ssd1322.c
2 participants