rand/randfile.c: fix potential resource leak in RAND_load_file.
authorAndy Polyakov <appro@openssl.org>
Sun, 1 Apr 2018 16:18:46 +0000 (18:18 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 4 Apr 2018 18:27:59 +0000 (20:27 +0200)
commitb791355b5c0c474ba1005008e3731a859de0754d
tree2a52812e3623782b928a2e24d16a9dccc2ed2005
parent6228b1dae265bbe6c46457d82b2d14d672af5f46
rand/randfile.c: fix potential resource leak in RAND_load_file.

Found by Coverity.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5834)
crypto/rand/randfile.c