Messages in this thread |  | | Date | Mon, 16 Dec 2019 16:28:29 -0800 (PST) | Subject | Re: [PATCH] fore200e: Fix incorrect checks of NULL pointer dereference | From | David Miller <> |
| |
From: Aditya Pakki <pakki001@umn.edu> Date: Sun, 15 Dec 2019 10:14:51 -0600
> In fore200e_send and fore200e_close, the pointers from the arguments > are dereferenced in the variable declaration block and then checked > for NULL. The patch fixes these issues by avoiding NULL pointer > dereferences. > > Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Applied to net-next.
|  |