2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-19 19:50:42 +08:00

Race condition in ms/uplink.c.

PR: 1382
This commit is contained in:
Andy Polyakov 2006-09-18 19:41:37 +00:00
parent 78260d890b
commit b774111020

@ -71,6 +71,8 @@ void OPENSSL_Uplink (volatile void **table, int index)
}
applinktable = p;
}
else
p = applinktable;
if (index > (int)p[0])
break;