commit | 0bf607c5b4edd13362e4add6ca1e81f8a9fbd47c | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat May 31 19:01:26 2008 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Jun 19 00:12:34 2008 +0200 |
tree | cfd10d0025df679ee525aacfbc7479e8fffe90aa | |
parent | 952f4a0a9b27e6dbd5d32e330b3f609ebfa0b061 [diff] |
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 <stefanr@s5r6.in-berlin.de>