[Bug 233907] Memory leakage in opencrypto for gcm algorithm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 13 09:00:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233907

--- Comment #1 from commit-hook at 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

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


More information about the freebsd-bugs mailing list