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: auxdisplay: jhd1313: fix Out-of-bounds read #83245

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

jilaypandya
Copy link
Contributor

fix out of bounds read by doing the comparison with ARRAY_SIZE correctly

fix out of bounds read by doing the comparison with ARRAY_SIZE correctly

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Aux display labels Dec 19, 2024
@zephyrbot zephyrbot requested review from thedjnK and xingrz December 19, 2024 22:06
@thedjnK thedjnK added backport v3.7-branch Request backport to the v3.7-branch backport v4.0-branch Backport to the v4.0-branch labels Dec 19, 2024
@jilaypandya jilaypandya added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Dec 19, 2024
@kartben kartben merged commit 3202773 into zephyrproject-rtos:main Dec 20, 2024
35 checks passed
@jilaypandya jilaypandya deleted the fix/434522 branch December 20, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Aux display backport v3.7-branch Request backport to the v3.7-branch backport v4.0-branch Backport to the v4.0-branch size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Coverity CID: 434522] Out-of-bounds read in drivers/auxdisplay/auxdisplay_jhd1313.c
4 participants