Re: [PATCH v2] fs: select: fix information leak to userspace

From: Eric Dumazet
Date: Wed Dec 15 2010 - 15:53:00 EST


Le mercredi 15 dÃcembre 2010 Ã 21:33 +0100, Julia Lawall a Ãcrit :
> On Wed, 15 Dec 2010, Andreas Dilger wrote:
>
> > On 2010-12-15, at 02:49, Al Viro wrote:
> > > Incorrect. See 6.2.6.1 in C99; basically, padding bytes have unspecified
> > > contents. Implementation is allowed to leave them in any state
> > > (including not bothering to copy them when doing struct assignments,
> > > etc.). See Appendix J (portability issues) as well.
> > >
> > > The bottom line: if you rely on that, you are relying on non-portable
> > > details of compiler behaviour. Moreover, the authors are not even
> > > required to document what they are doing or to keep that behaviour
> > > consistent.
> >
> > I thought my proposed solution was reasonable - add explicit padding fields where there are holes in the structure, which would be unused by the kernel, but since they are defined fields the compiler is obligated to initialize them.
>
> Is the presence of holes always apparent at the source code level? Or is
> it dependent on the compiler or target architecture?

It depends on target architecture.

This means doing a full review to add a named padding only for arches
that need it.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/