lkml.org 
[lkml]   [2017]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] x86/mm: fix use-after-free of ldt_struct
From
Date
On 08/24/2017 10:50 AM, Eric Biggers wrote:
> --- a/arch/x86/include/asm/mmu_context.h
> +++ b/arch/x86/include/asm/mmu_context.h
> @@ -148,9 +148,7 @@ static inline int init_new_context(struct task_struct *tsk,
> mm->context.execute_only_pkey = -1;
> }
> #endif
> - init_new_context_ldt(tsk, mm);
> -
> - return 0;
> + return init_new_context_ldt(tsk, mm);
> }

Sheesh. That was silly. Thanks for finding and fixing this! Feel free
to add my ack on it.

\
 
 \ /
  Last update: 2017-08-24 20:00    [W:0.044 / U:1.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site