Re: [PATCH] staging: wilc1000: fix null checks on wilc

2018-09-12 Thread Claudiu Beznea
On 11.09.2018 20:38, Colin King wrote: > From: Colin Ian King > > Currently the pointer wilc is being null checked several times > and yet not checked for the final workqueue flush and destroy > (which can lead to a null pointer dereference if wilc is null); > these missing null checks were ov

[PATCH] staging: wilc1000: fix null checks on wilc

2018-09-11 Thread Colin King
From: Colin Ian King Currently the pointer wilc is being null checked several times and yet not checked for the final workqueue flush and destroy (which can lead to a null pointer dereference if wilc is null); these missing null checks were overlooked in an earlier core refactoring commit. Clean