]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342030:
authorAndrey V. Elsukov <ae@FreeBSD.org>
Thu, 20 Dec 2018 08:28:51 +0000 (08:28 +0000)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Thu, 20 Dec 2018 08:28:51 +0000 (08:28 +0000)
commit4ba34acdd291f35a53810f7092716d15ff46b9b3
tree8c744c553933316f45483003dc46de797bcaabbd
parent63fea930ab9dac34947d7c1a3828fb5c9d4851e4
MFC r342030:
  Plug memory leak for AES_*_NIST_GMAC algorithms.

  swcr_newsession() allocates sw_ictx for these algorithms, thus we need
  to free() it in swcr_freesession().

  PR: 233907
sys/opencrypto/cryptosoft.c