]> asedeno.scripts.mit.edu Git - linux.git/commit
selftests: net: reuseport_addr_any: silence clang warning
authorPeter Oskolkov <posk@google.com>
Fri, 21 Dec 2018 00:41:52 +0000 (16:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Dec 2018 03:26:52 +0000 (19:26 -0800)
commitfa2323325e8b0c61ded1e3d2c6f12f3aa43c4e30
treef7cb8e16f2b92c1a4ff434f72ff3c95519205813
parenta02e8964eaf9271a8a5fcc0c55bd13f933bafc56
selftests: net: reuseport_addr_any: silence clang warning

Clang does not recognize that calls to error() terminate execution
and complains about uninitialized variable use that happens after calls
to error(). This noop patchset fixes this.

Signed-off-by: Peter Oskolkov <posk@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/reuseport_addr_any.c