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

nrf_wifi: Fix null point dereference in driver raw tx path #1138

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

VivekUppunda
Copy link
Contributor

The code commit provides a fix for a NULL point de-reference in the tx path for RAW TX. Since, the error check is for an abnormal condition, it is not hit usually. This fix prevents a null dereference when this abnormal condition is hit.

The code commit provides a fix for a NULL point de-reference
in the tx path for RAW TX. Since, the error check is for an abnormal
condition, it is not hit usually. This fix prevents a null dereference
when this abnormal condition is hit.

Signed-off-by: Vivekananda Uppunda <[email protected]>
Copy link
Contributor

@sachinthegreen sachinthegreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a manifest PR in sdk-nrf?

@VivekUppunda
Copy link
Contributor Author

VivekUppunda commented Dec 11, 2023

This needs a manifest PR in sdk-nrf?

Yes - you are right. I forgot that. I will raise the same. Thank you for pointing it out

@rlubos rlubos merged commit 3398c84 into nrfconnect:main Dec 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants