| Index: openssl/ms/uplink.c | 
| =================================================================== | 
| --- openssl/ms/uplink.c	(revision 105093) | 
| +++ openssl/ms/uplink.c	(working copy) | 
| @@ -40,7 +40,8 @@ | 
| * 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) | 
|  |