]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40iw: Do not access pointer after free
authorMustafa Ismail <mustafa.ismail@intel.com>
Tue, 12 Jul 2016 16:48:41 +0000 (11:48 -0500)
committerDoug Ledford <dledford@redhat.com>
Tue, 2 Aug 2016 18:17:38 +0000 (14:17 -0400)
commit5ec11ed23ecf95666222d4c4563050d61e8c46f6
tree27250847846c5cd05cc5a83a20baaa30ee799410
parent342c387b0d4d5c9c090fd2e3bdbf1fb34b838d1a
i40iw: Do not access pointer after free

Child_listen_node pointer is used in a debug print after kfree.
Move the print before kfree.

Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/i40iw/i40iw_cm.c