projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78260d8
)
Race condition in ms/uplink.c.
author
Andy Polyakov
<appro@openssl.org>
Mon, 18 Sep 2006 19:41:37 +0000
(19:41 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 18 Sep 2006 19:41:37 +0000
(19:41 +0000)
PR: 1382
ms/uplink.c
patch
|
blob
|
history
diff --git
a/ms/uplink.c
b/ms/uplink.c
index 8e2eaa8ffda15b34f27b6bf9840886b66f14901a..7b7da08d47b89fae94e3398f70c62b6844509565 100644
(file)
--- 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;