提交 04485c5b 编写于 作者: D Dr. Stephen Henson

PR: 2589

Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed by: steve

Initialise p pointer.
上级 d77a9706
......@@ -160,7 +160,7 @@ static int vms_load(DSO *dso)
# define DSO_MALLOC OPENSSL_malloc
#endif /* __INITIAL_POINTER_SIZE == 64 [else] */
DSO_VMS_INTERNAL *p;
DSO_VMS_INTERNAL *p = NULL;
#if __INITIAL_POINTER_SIZE == 64
# pragma pointer_size restore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册