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

Race condition in ms/uplink.c [from HEAD].

PR: 1382
parent 7d5af5e0
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;