On Tue, 31 Oct 2023 12:14:46 +0530 Akhil Goyal <[email protected]> wrote:
> From: Akhil Goyal <[email protected]> > To: <[email protected]> > CC: <[email protected]>, <[email protected]>, > <[email protected]>, Akhil Goyal <[email protected]>, > <[email protected]> > Subject: [PATCH v2] test/security: fix buffer leaks in error path > Date: Tue, 31 Oct 2023 12:14:46 +0530 > X-Mailer: git-send-email 2.25.1 > > In case of failure of a test in macsec autotest, > the buffers were not getting cleaned. > Added appropriate code to clean the buffers. > > Fixes: 993ea577a006 ("test/security: add inline MACsec cases") > Cc: [email protected] > > Signed-off-by: Akhil Goyal <[email protected]> Acked-by: Stephen Hemminger <[email protected]>

