[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200429191707.GA16859@salvia>
Date: Wed, 29 Apr 2020 21:17:07 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Jozsef Kadlecsik <kadlec@...filter.org>,
Florian Westphal <fw@...len.de>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] netfilter: nf_osf: avoid passing pointer to local var
On Wed, Apr 29, 2020 at 09:00:41PM +0200, Arnd Bergmann wrote:
> gcc-10 points out that a code path exists where a pointer to a stack
> variable may be passed back to the caller:
>
> net/netfilter/nfnetlink_osf.c: In function 'nf_osf_hdr_ctx_init':
> cc1: warning: function may return address of local variable [-Wreturn-local-addr]
> net/netfilter/nfnetlink_osf.c:171:16: note: declared here
> 171 | struct tcphdr _tcph;
> | ^~~~~
>
> I am not sure whether this can happen in practice, but moving the
> variable declaration into the callers avoids the problem.
Applied, thanks.
Powered by blists - more mailing lists