mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +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;
|
applinktable = p;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
p = applinktable;
|
||||||
|
|
||||||
if (index > (int)p[0])
|
if (index > (int)p[0])
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user