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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user