From: Stefan Richter Date: Sat, 31 May 2008 17:01:26 +0000 (+0200) Subject: firewire: don't panic on invalid AR request buffer X-Git-Tag: v2.6.26-rc7~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf607c5b4edd13362e4add6ca1e81f8a9fbd47c;p=pandora-kernel.git firewire: don't panic on invalid AR request buffer BUG() at this place is wrong. (Unless if the low level driver would already do higher-level input validation of incoming request headers.) Invalid incoming requests or bugs in the controller which corrupt the AR-req buffer needlessly crashed the box because this is run in tasklet context. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed