]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not free p and g parameters after calling DH_set0_pqg(3).
authorJung-uk Kim <jkim@FreeBSD.org>
Thu, 27 Feb 2020 22:36:16 +0000 (22:36 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Thu, 27 Feb 2020 22:36:16 +0000 (22:36 +0000)
commita5f8e6f658eb2b50b1ec165a4ed4a48b85b3ccce
treeac5d8b5ce93e11e3cb81c5584d42ebe5facbd0b4
parenta33b3343362411cd0ccdd9476322cc4662469232
Do not free p and g parameters after calling DH_set0_pqg(3).

It is specifically mentioned in the manual page.  Note it has no functional
change in reality because DH_set0_pqg() cannot fail when both p and g are
not NULL.
contrib/sendmail/src/tls.c