diff options
author | 2014-05-06 11:03:02 +0000 | |
---|---|---|
committer | 2014-05-06 11:03:02 +0000 | |
commit | 5a039c14f79bc499e0322a443065e96033b9b8ca (patch) | |
tree | a47c61aaa17186dce296d7f08f22fb8082f2b6c8 /lib/libc | |
parent | initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkey (diff) | |
download | wireguard-openbsd-5a039c14f79bc499e0322a443065e96033b9b8ca.tar.xz wireguard-openbsd-5a039c14f79bc499e0322a443065e96033b9b8ca.zip |
Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key
that requires to call RSA_free() to dereference it after use. Also
free a temporary key that was read by PEM_read_PrivateKey() and
immediately written into a bio.
ok markus@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions