Re: [PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference

2019-08-22 Thread Alex Deucher
On Thu, Aug 22, 2019 at 3:21 PM Harry Wentland wrote: > > On 2019-08-16 6:10 p.m., Colin King wrote: > > From: Colin Ian King > > > > Currently the pointer init_data is dereferenced on the assignment > > of fw_info before init_data is sanity checked to see if it is null. > > Fix te potential

Re: [PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference

2019-08-22 Thread Harry Wentland
On 2019-08-16 6:10 p.m., Colin King wrote: > From: Colin Ian King > > Currently the pointer init_data is dereferenced on the assignment > of fw_info before init_data is sanity checked to see if it is null. > Fix te potential null pointer dereference on init_data by only > performing dereference

Re: [PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference

2019-08-17 Thread Dan Carpenter
On Fri, Aug 16, 2019 at 11:10:11PM +0100, Colin King wrote: > From: Colin Ian King > > Currently the pointer init_data is dereferenced on the assignment > of fw_info before init_data is sanity checked to see if it is null. > Fix te potential null pointer dereference on init_data by only >