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

net: igmp: Fix uninitialized variable #35172

Merged
merged 1 commit into from
May 11, 2021

Conversation

jukkar
Copy link
Member

@jukkar jukkar commented May 11, 2021

The return value might be uninitialized if there was no
suitable IPv4 address found for the network interface.

Coverity-CID: 224630
Fixes #35158

Signed-off-by: Jukka Rissanen jukka.rissanen@linux.intel.com

The return value might be uninitialized if there was no
suitable IPv4 address found for the network interface.

Coverity-CID: 224630
Fixes zephyrproject-rtos#35158

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
@jukkar jukkar requested review from pfalcon and tbursztyka as code owners May 11, 2021 16:44
@jukkar jukkar requested review from rlubos and mniestroj May 11, 2021 16:44
@pfalcon pfalcon added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label May 11, 2021
@galak galak merged commit f602801 into zephyrproject-rtos:master May 11, 2021
@jukkar jukkar deleted the bug-35158-uinit-var-igmp branch May 24, 2021 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking 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: 224630] Uninitialized scalar variable in subsys/net/ip/igmp.c
5 participants