[Bug 116771] NULL pointer dereference when 'cat /sys/class/fc_host/host1/fabric_name'

2016-07-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=116771 bastienphilb...@gmail.com changed: What|Removed |Added CC||bastienphilb...@gmail.com ---

[Bug 116771] NULL pointer dereference when 'cat /sys/class/fc_host/host1/fabric_name'

2016-07-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=116771 --- Comment #3 from bastienphilb...@gmail.com --- Created attachment 221831 --> https://bugzilla.kernel.org/attachment.cgi?id=221831&action=edit Test Patch -- You are receiving this mail because: You are watching the assignee of the bug. -- To

Re: [PATCHv3] mvsas:Fix possible NULL pointer deference in mvs_dev_found_notify

2016-07-02 Thread James Bottomley
On Sat, 2016-07-02 at 19:16 +0100, Luis de Bethencourt wrote: > On 02/07/16 18:00, Nicholas Krause wrote: > > This adds properly checking after the call to mvs_find_dev_mvi > > due to this function being able to return a NULL pointer and > > if this does arise we will deference it in mvs_alloc_dev

Re: [PATCHv3] mvsas:Fix possible NULL pointer deference in mvs_dev_found_notify

2016-07-02 Thread Luis de Bethencourt
On 02/07/16 18:00, Nicholas Krause wrote: > This adds properly checking after the call to mvs_find_dev_mvi > due to this function being able to return a NULL pointer and > if this does arise we will deference it in mvs_alloc_dev due > to this function never checking if a NULL pointer is given as >

Re: [PATCH] scsi: replace broken specification URL

2016-07-02 Thread James Bottomley
On Sat, 2016-07-02 at 08:56 +0200, Michael Opdenacker wrote: > The t10.org website containing SCSI-2 draft specifications now > requires to be from a member company to access the documents. > > This replaces the now broken link with another public resource > where the specifications can be found.

Re: [PATCH] mvsas:Fix possible NULL pointer deference in mvs_dev_found_notify

2016-07-02 Thread Luis de Bethencourt
On 01/07/16 18:43, Nicholas Krause wrote: > This adds properly checking after the call to mvs_find_dev_mvi > due to this function being able to return a NULL pointer and if > this does arise we will deference it in mvs_alloc_dev due to > this function never checking if a NULL pointer is given as >