-
由 Pan Bian 提交于
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: NPan Bian <bianpan2016@163.com> Signed-off-by: NDoug Ledford <dledford@redhat.com>
9ef63f31