]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed potential NULL pointer issue
authorDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 17 Apr 2010 19:03:06 +0000 (21:03 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 29 Apr 2010 18:22:29 +0000 (20:22 +0200)
commit90919b019c9db272113c885945014b098a7f987b
tree663e469fd68f249d63c0233cb76b9e0c437ba827
parent1cb4eff361d7a89e1c663b3065eab1514d28501b
Fixed potential NULL pointer issue

If create_temp_file() returns NULL, this strlen() check would cause
a SEGV.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
ssl.c