> -----Original Message----- > From: Min Hu (Connor) <[email protected]> > Sent: Thursday, April 22, 2021 7:14 AM > To: [email protected] > Cc: Yigit, Ferruh <[email protected]>; Iremonger, Bernard > <[email protected]> > Subject: [PATCH] test: fix flow classifier creating failure > > 'cls->cls' will be NULL if flow classifier create has failed, then > segmentation > fault will occur if the variable is used. > > This patch fixed it. > > Fixes: 9c9befea4f57 ("test: add flow classify unit tests") > Cc: [email protected] > > Signed-off-by: Min Hu (Connor) <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

