Skip to content

drivers: intc: nxp_pint: fix off-by-one error in pin_enable #91707

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 16, 2025

Prevent out-of-bounds access in nxp_pint_pin_enable by fixing the comparison to use >= instead of >.

Prevent out-of-bounds access in nxp_pint_pin_enable by fixing the
comparison to use >= instead of >.

Signed-off-by: Benjamin Cabé <[email protected]>
Copy link

@kartben kartben marked this pull request as ready for review June 16, 2025 15:12
@github-actions github-actions bot added size: XS A PR changing only a single line of code platform: NXP Drivers NXP Semiconductors, drivers area: Interrupt Controller labels Jun 16, 2025
@kartben kartben added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Interrupt Controller platform: NXP Drivers NXP Semiconductors, drivers 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.

3 participants