search for: strcpy_

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

Did you mean: strcpy
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...ions 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 > independent while their implemen...
2012 Sep 19
7
[LLVMdev] Handling of unsafe functions
...ended 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 independent while their implementati...
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...t; 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...
2012 Sep 20
1
[LLVMdev] Handling of unsafe functions
...t; 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 > p...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...1.3\src\share\grabbag\cuesheet.c(248) : warning C4996: 'strcpy' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' 5> Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(251) : warning C4996: 'stricmp' was declared deprecated 5> c:\program files\microso...
2007 Nov 30
0
Wine release 0.9.50
...wined3d: Non power of two texture 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 st...