From: Peter Oskolkov
Date: Thu, 20 Dec 2018 16:41:52 -0800
> 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
I wonder why
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
---
tools/testing/selftests/net/reuseport_addr_any.c | 10 ++
1 file change