summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-09-18 19:41:37 +0000
committerAndy Polyakov <appro@openssl.org>2006-09-18 19:41:37 +0000
commitb774111020a087a85ea4e77778e2f5da20949e65 (patch)
treef622d1d688909ff0b56eb8b88b0eff30b8ed6a56 /ms
parent78260d890bd3f756e11c1bd43d573eb66829f2a6 (diff)
downloadopenssl-new-b774111020a087a85ea4e77778e2f5da20949e65.tar.gz
Race condition in ms/uplink.c.
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;