X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ms%2Fuplink.c;h=6d59cb1f87c6f442af695bc3b42c664d69da4a66;hp=7b7da08d47b89fae94e3398f70c62b6844509565;hb=b429c4cbb9ac7866112dd82162c2e854d00a8ff6;hpb=b774111020a087a85ea4e77778e2f5da20949e65 diff --git a/ms/uplink.c b/ms/uplink.c index 7b7da08d47..6d59cb1f87 100644 --- a/ms/uplink.c +++ b/ms/uplink.c @@ -40,7 +40,8 @@ void OPENSSL_Uplink (volatile void **table, int index) * should be sufficient [it prohibits compiler to reorder memory * access instructions]. */ do { - len = _stprintf (msg,_T("OPENSSL_Uplink(%p,%02X): "),table,index); + len = _sntprintf (msg,sizeof(msg)/sizeof(TCHAR), + _T("OPENSSL_Uplink(%p,%02X): "),table,index); _tcscpy (msg+len,_T("unimplemented function")); if ((h=apphandle)==NULL)