search for: strcat_

Displaying 6 results from an estimated 6 matches for "strcat_".

Did you mean: strcat
2012 Sep 19
7
[LLVMdev] Handling of unsafe functions
...lists all these functions are their recommended secure alternatives. Recommended alternatives: Functions Windows Unix/Mac OS Memcpy memcpy_s - Sprint sprintf_s snprintf Sscanf scanf_s - _alloca _malloca - Strcat strcat_s strlcat Strcpy strcpy_s strlcpy Strtok strtok_s - The proposal is to add secure versions of these functions. These functions will be implemented in LLVM Support module and be used by all other LLVM modules. The interface of these methods will be pla...
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...t; > > > Recommended alternatives: > > Functions Windows Unix/Mac OS > > Memcpy memcpy_s - > > Sprint sprintf_s snprintf > > Sscanf scanf_s - > > _alloca _malloca - > > Strcat strcat_s strlcat > > Strcpy strcpy_s strlcpy > > Strtok strtok_s - > > > > The proposal is to add secure versions of these functions. These functions > will be implemented in LLVM Support module and be used by all other LLVM > module...
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...lowing table lists all these functions are > their recommended secure alternatives. > > Recommended alternatives: > > Functions Windows Unix/Mac OS > > Memcpy memcpy_s - > > Sprint sprintf_s snprintf > > Sscanf scanf_s - > > _alloca _malloca - > > Strcat strcat_s strlcat > > Strcpy strcpy_s strlcpy > > Strtok strtok_s - > > The proposal is to add secure versions of these functions. These > functions will be implemented in LLVM Support module and be used by all > other LLVM modules. The interface of these methods will be platform &gt...
2012 Sep 20
1
[LLVMdev] Handling of unsafe functions
...t; > > > Recommended alternatives: > > Functions Windows Unix/Mac OS > > Memcpy memcpy_s - > > Sprint sprintf_s snprintf > > Sscanf scanf_s - > > _alloca _malloca - > > Strcat strcat_s strlcat > > Strcpy strcpy_s strlcpy > > Strtok strtok_s - > > > > The proposal is to add secure versions of these functions. These > functions will be implemented in LLVM Support module and be used by > all other LLVM modu...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...\flac-1.1.3\src\flac\encode.c(1937) : warning C4996: 'strcat' was declared deprecated 14> c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat' 14> Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\encode.c(1938) : warning C4996: 'strcat' was declared deprecated 14> c:\program files\microsoft visual...
2007 Nov 30
0
Wine release 0.9.50
...e fixes. wined3d: Fix ATI video memory detection typo. wined3d: Do not call PreLoad in surface_download_data. wined3d: Remove a hack that slipped in. wined3d: Destroy GL contexts before changing the screen resolution. msvcrt: Implement strcpy_s. msvcrt: Implement strcat_s. msvcrt: Implement _mbsnbcpy_s. d3d8: Release the vertex declarations array when destroying the device. wined3d: Move IUnknown functions to IWineD3DBaseShader. wined3d: Free the shader function when freeing the shader. wined3d: Use standard wine lists for the resource...