commit | f602801f91f0e042b4fbefa19dd59e500b139873 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue May 11 19:42:25 2021 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 11 15:44:50 2021 -0500 |
tree | eff096541526ff4a69d3b7a5e1ec5124834072f5 | |
parent | 76dee395d8b68584e61e7277562a688b52afef2d [diff] |
net: igmp: Fix uninitialized variable 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>