commit | d90db4b12bc1b9b8a787ef28550fdb767ee25a49 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Jan 04 20:50:47 2012 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 10 15:46:39 2012 -0500 |
tree | cf0aa627c4acd887de9555202feccb983868eddc | |
parent | 874c60bad92564358e87d58f505fceb0b09ec1aa [diff] |
rtl8192se: Fix BUG caused by failure to check skb allocation When downloading firmware into the device, the driver fails to check the return when allocating an skb. When the allocation fails, a BUG can be generated, as seen in https://bugzilla.redhat.com/show_bug.cgi?id=771656. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>