Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 09:00:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233907] Memory leakage in opencrypto for gcm algorithm
Message-ID:  <bug-233907-227-9fWldYLxrC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233907-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233907-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233907

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Thu Dec 13 08:59:51 UTC 2018
New revision: 342030
URL: https://svnweb.freebsd.org/changeset/base/342030

Log:
  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
  MFC after:    1 week

Changes:
  head/sys/opencrypto/cryptosoft.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233907-227-9fWldYLxrC>