Re: [PATCH] linux-3.8-rc6 Fix Missing Allocation Failure Checks

2013-02-08 Thread David Miller
From: syrine tlili Date: Fri, 8 Feb 2013 15:35:52 +0100 > --- linux-3.8-rc6-vanilla/arch/x86/platform/efi/efi.c 2013-02-01 > 02:08:14.0 +0100 Your email client corrupted the patch by breaking up long lines amongst other things. Please read Documentation/email-clients.txt to learn how

[PATCH] linux-3.8-rc6 Fix Missing Allocation Failure Checks

2013-02-08 Thread syrine tlili
From: Syrine Tlili Check for memory allocation failures to avoid NULL pointer dereferencing. Signed-off-by: Syrine Tlili --- diff -uprN -X linux-3.8-rc6-vanilla/Documentation/dontdiff linux-3.8-rc6-vanilla/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c ---

[PATCH] linux-3.8-rc6 Fix Missing Allocation Failure Checks

2013-02-08 Thread syrine tlili
From: Syrine Tlili syrine...@gmail.com Check for memory allocation failures to avoid NULL pointer dereferencing. Signed-off-by: Syrine Tlili syrine...@gmail.com --- diff -uprN -X linux-3.8-rc6-vanilla/Documentation/dontdiff linux-3.8-rc6-vanilla/arch/x86/platform/efi/efi.c

Re: [PATCH] linux-3.8-rc6 Fix Missing Allocation Failure Checks

2013-02-08 Thread David Miller
From: syrine tlili syrine...@gmail.com Date: Fri, 8 Feb 2013 15:35:52 +0100 --- linux-3.8-rc6-vanilla/arch/x86/platform/efi/efi.c 2013-02-01 02:08:14.0 +0100 Your email client corrupted the patch by breaking up long lines amongst other things. Please read