Re: [PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-24 Thread Lee Nipper
On Tue, Mar 24, 2009 at 16:23, Kim Phillips wrote: > On Sun, 15 Mar 2009 20:21:47 -0500 > Lee Nipper wrote: > >> Added test for null descriptor returned from current_desc. >> Also removed the diagnostic from current_desc, >> and added one instead in talitos_error >> to report an EU error without

Re: [PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-24 Thread Kim Phillips
On Sun, 15 Mar 2009 20:21:47 -0500 Lee Nipper wrote: > Added test for null descriptor returned from current_desc. > Also removed the diagnostic from current_desc, > and added one instead in talitos_error > to report an EU error without finding the descriptor. Hi Lee, thanks for this - I'm not cl

[PATCH] crypto: talitos - protect against possible null ptr upon error

2009-03-15 Thread Lee Nipper
Added test for null descriptor returned from current_desc. Also removed the diagnostic from current_desc, and added one instead in talitos_error to report an EU error without finding the descriptor. Signed-off-by: Lee Nipper --- drivers/crypto/talitos.c | 14 +- 1 files changed, 9