diff options
author | 2017-04-23 17:09:11 +0800 | |
---|---|---|
committer | 2017-04-28 13:09:55 -0400 | |
commit | 9ef63f31ad0ba28c68c8367e5b1cbba720fec597 (patch) | |
tree | 24a845ec47fad4a696d527530d93e2fcb97102da /drivers/infiniband/hw/qib/qib_init.c | |
parent | IB/rxe: fix typo: "algorithmi" -> "algorithm" (diff) | |
download | wireguard-linux-9ef63f31ad0ba28c68c8367e5b1cbba720fec597.tar.xz wireguard-linux-9ef63f31ad0ba28c68c8367e5b1cbba720fec597.zip |
iw_cxgb4: check return value of alloc_skb
Function alloc_skb() will return a NULL pointer when there is no enough
memory. However, the return value of alloc_skb() is directly used
without validation in function send_fw_pass_open_req(). This patches
checks the return value of alloc_skb() against NULL.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_init.c')
0 files changed, 0 insertions, 0 deletions