diff options
author | Jiri Slaby <jslaby@suse.cz> | 2010-10-10 21:50:44 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-11 18:05:41 (GMT) |
commit | f1ee89d5b007620353fb7dec1d34db4baa1a5571 (patch) | |
tree | 3c56b6fb6c249c736dc2baad852e151f7d06430d /Documentation/scsi | |
parent | 03c698c93fc15d976738a853a7ccb6ea26396003 (diff) | |
download | linux-fsl-qoriq-f1ee89d5b007620353fb7dec1d34db4baa1a5571.tar.xz |
ATM: solos-pci, remove use after free
Stanse found we do in console_show:
kfree_skb(skb);
return skb->len;
which is not good. Fix that by remembering the len and use it in the
function instead.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Chas Williams <chas@cmf.nrl.navy.mil>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/scsi')
0 files changed, 0 insertions, 0 deletions