Commit b7741110 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Race condition in ms/uplink.c.

PR: 1382
parent 78260d89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ void OPENSSL_Uplink (volatile void **table, int index)
	    }
	    applinktable = p;
	}
	else
	    p = applinktable;

	if (index > (int)p[0])
	    break;