[PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup

Dave Penkler posted 2 patches 1 year ago
.../gpib/agilent_82357a/agilent_82357a.c      | 88 ++++++++-----------
1 file changed, 37 insertions(+), 51 deletions(-)
[PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup
Posted by Dave Penkler 1 year ago
Patch 1 Fixes a NULL dereference issue in the detach function
Patch 2 Removes useless code
        Use kzalloc
        Adds proper cleanup on failure exit in the attach function.
	Minor messaging changes

Dave Penkler (2):
  staging: gpib: Fix NULL pointer dereference in detach
  staging: gpib: Agilent usb code cleanup

 .../gpib/agilent_82357a/agilent_82357a.c      | 88 ++++++++-----------
 1 file changed, 37 insertions(+), 51 deletions(-)

-- 
2.47.1