https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233907
--- Comment #2 from [email protected] --- A commit references this bug: Author: ae Date: Thu Dec 20 08:28:52 UTC 2018 New revision: 342276 URL: https://svnweb.freebsd.org/changeset/base/342276 Log: 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 Changes: _U stable/12/ stable/12/sys/opencrypto/cryptosoft.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
