X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-ssl.c;h=f681bdf0470f68a9fac6710a47a185e65cb86eff;hb=ef5925df6af03cf47a4931539016715f6ac3f661;hp=ef1b56439376e1886dad8bb7f1adc07cb912fef2;hpb=d7cca8671055c79b1938de9731fb53ae6c32dc87;p=openvswitch diff --git a/lib/vconn-ssl.c b/lib/vconn-ssl.c index ef1b5643..f681bdf0 100644 --- a/lib/vconn-ssl.c +++ b/lib/vconn-ssl.c @@ -280,7 +280,8 @@ ssl_vconn_cast(struct vconn *vconn) static int ssl_open(const char *name, char *suffix, struct vconn **vconnp) { - char *save_ptr, *host_name, *port_string; + char *save_ptr = NULL; + char *host_name, *port_string; struct sockaddr_in sin; int retval; int fd;