提交 b7741110 编写于 作者: A Andy Polyakov

Race condition in ms/uplink.c.

PR: 1382
上级 78260d89
......@@ -71,6 +71,8 @@ void OPENSSL_Uplink (volatile void **table, int index)
}
applinktable = p;
}
else
p = applinktable;
if (index > (int)p[0])
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册