Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1687992 > unrolled thread
| Started by | Joe Perches <joe@perches.com> |
|---|---|
| First post | 2017-07-15 22:40 +0200 |
| Last post | 2017-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.
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
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2017-07-15 22:40 +0200 |
| Subject | Re: [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]
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Date | 2017-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