Re: [PATCH] modify_ldt: initialize scratch
Dave Jones <[email protected]>
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 20, 2014 at 09:15:35PM +0100, Jiri Slaby wrote: > From: Jiri Slaby <[email protected]> > > We store a pointer in the scratch area, but only conditionally. Hence > there can be an uninitialized value which causes problems in the > tear-down path: duh, good catch. Applied. Dave