commit | b28fe28f2a07ee325834179174a95495d2786561 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri Feb 20 15:38:46 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 20 17:57:49 2009 -0800 |
tree | ee886216933e5578dcf9d034a166f183fdf67cc3 | |
parent | 9b6d25100ace1dcf9750803ff08f6b61f840be79 [diff] |
sx.c: avoid referencing freed memory if copy_from_user() fails The "break" would just result in reusing a free'd pointer. I don't have the cards myself to test it though. :/ Signed-off-by: Dan Carpenter <error27@gmail.com> Cc: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>