summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-09-18 19:44:23 +0000
committerAndy Polyakov <appro@openssl.org>2006-09-18 19:44:23 +0000
commitf01cfca6a4440fd8e79016728a4b71e8e0a90cb1 (patch)
tree8dd5c3ba463d2f457d2b8c8d943233e3533123eb /ms
parent7d5af5e0fa8605e0f29dbab1782ed1e58a0484ca (diff)
Race condition in ms/uplink.c [from HEAD].
PR: 1382
Diffstat (limited to 'ms')
-rw-r--r--ms/uplink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/uplink.c b/ms/uplink.c
index 8e2eaa8ffd..7b7da08d47 100644
--- a/ms/uplink.c
+++ b/ms/uplink.c
@@ -71,6 +71,8 @@ void OPENSSL_Uplink (volatile void **table, int index)
}
applinktable = p;
}
+ else
+ p = applinktable;
if (index > (int)p[0])
break;