Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1687992 > unrolled thread

Re: [PATCH 00/11] Drop unnecessary static

Started byJoe Perches <joe@perches.com>
First post2017-07-15 22:40 +0200
Last post2017-07-15 23:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 00/11] Drop unnecessary static Joe Perches <joe@perches.com> - 2017-07-15 22:40 +0200
    Re: [PATCH 00/11] Drop unnecessary static Julia Lawall <julia.lawall@lip6.fr> - 2017-07-15 23:10 +0200

#1687992 — Re: [PATCH 00/11] Drop unnecessary static

FromJoe Perches <joe@perches.com>
Date2017-07-15 22:40 +0200
SubjectRe: [PATCH 00/11] Drop unnecessary static
Message-ID<u3C13-64w-9@gated-at.bofh.it>
On Sat, 2017-07-15 at 22:07 +0200, Julia Lawall wrote:
> These patches fix cases where there is a static on a local variable, but
> the variable is initialized before any possible use.  Thus, the static has
> no benefit.

Nice one.

[toc] | [next] | [standalone]


#1688007

FromJulia Lawall <julia.lawall@lip6.fr>
Date2017-07-15 23:10 +0200
Message-ID<u3Cu7-6t9-27@gated-at.bofh.it>
In reply to#1687992

On Sat, 15 Jul 2017, Joe Perches wrote:

> On Sat, 2017-07-15 at 22:07 +0200, Julia Lawall wrote:
> > These patches fix cases where there is a static on a local variable, but
> > the variable is initialized before any possible use.  Thus, the static has
> > no benefit.
>
> Nice one.

Thanks.  It was suggested by Kees Cook a while ago.  There seem to be many
opportunities.

julia

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web