Re: [PATCH v2] ASoC: test-component: fix null pointer dereference.

From: Ameer Hamza
Date: Wed Dec 08 2021 - 07:05:41 EST


On Wed, Dec 08, 2021 at 12:05:46AM +0000, Kuninori Morimoto wrote:
>
> Hi Ameer
>
> Ah, you posted the patch :)
>
> > Subject: [PATCH v2] ASoC: test-component: fix null pointer dereference.
> >
> > Dereferncing of_id pointer will result in exception in current
> > implementation since of_match_device() will assign it to NULL.
> > Adding NULL check for protection.
>
> Previous your patch was already accepted,
> thus this is not v2 patch.
> git log should indicate is replace of_match_device() to of_device_get_match_data()
Thank you for your kind response and clarifying the process. Let me send
the updated patch. :)

Best Regards,
Ameer Hamza.