[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181220.192844.1183733819555222775.davem@davemloft.net>
Date: Thu, 20 Dec 2018 19:28:44 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: posk@...gle.com
Cc: netdev@...r.kernel.org, posk.devel@...il.com
Subject: Re: [PATCH net-next v3] selftests: net: reuseport_addr_any:
silence clang warning
From: Peter Oskolkov <posk@...gle.com>
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 <posk@...gle.com>
I wonder why it's not marked with attribute noreturn.
In any event, it isn't, so your patch is of course needed.
Applied, thanks.
Powered by blists - more mailing lists