Re: [PATCH] net: strparser: fix a missing check for create_singlethread_workqueue

From: David Miller
Date: Fri Mar 15 2019 - 15:52:58 EST


From: Kangjie Lu <kjlu@xxxxxxx>
Date: Thu, 14 Mar 2019 23:12:06 -0500

> In case create_singlethread_workqueue fails, the check returns
> an error to callers to avoid potential NULL pointer dereferences.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxx>

Applied.