On Thu, 2023-05-04 at 16:45 +0300, gregory.greenman@xxxxxxxxx wrote: > From: Mukesh Sisodiya <mukesh.sisodiya@xxxxxxxxx> > > It's valid to pass NULL "ies" pointer to cfg80211_sme_get_conn_ies(). > Add the corresponding NULL-check to avoid NULL pointer access. Yes ... but it's not valid to do that when ies_len is 0, since you can't have NULL ies with a length ... So ... maybe we can do this patch but certainly the description is bogus. Maybe you're trying to fix some static checker warnings or something, which maybe is fine, but there was never any chance for an NPD. johannes