> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Timothy McDaniel
> Sent: Monday, November 16, 2020 5:41 PM
> Cc: [email protected]; Carrillo, Erik G <[email protected]>; Eads, Gage
> <[email protected]>; Van Haaren, Harry <[email protected]>;
> [email protected]; [email protected]
> Subject: [dpdk-dev] [PATCH] event/dlb: fix potential NULL dereference
>
> Add NULL check before using t->mbuf_pool.
>
> Coverity issue: 363719
> Fixes: 83326 ("event/dlb: add PMD self-tests")
This is similar to a fix on the dlb2 driver which fixed a similar Coverity
defect (according to the last Coverity run). So, on that basis, I'll ack this
patch.
Jerin, could you try merge this for RC5 if possible.
Acked-by: John McNamara <[email protected]>