Displaying 5 results from an estimated 5 matches for "scanf_s".
2012 Sep 19
7
[LLVMdev] Handling of unsafe functions
...he most commonly used of all these unsecure methods. The following 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 u...
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...ollowing 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 function...
2012 Sep 19
0
[LLVMdev] Handling of unsafe functions
...ommonly used of all these
> unsecure methods. The following 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 modu...
2012 Sep 20
1
[LLVMdev] Handling of unsafe functions
...llowing 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
> fu...
2020 Feb 28
0
Wine release 5.3
...o.h: Add ucrt _snprintf_s declaration.
stdio.h: Add ucrt fprintf and fprintf_s declarations.
stdio.h: Add ucrt printf and vprintf declarations.
stdio.h: Add ucrt printf_s and vprintf_s declarations.
stdio.h: Add ucrt sprintf_s declaration.
stdio.h: Add ucrt fscanf and fscanf_s declarations.
stdio.h: Add ucrt scanf and scanf_s declarations.
stdio.h: Add ucrt sscanf and sscanf_s declarations.
stdio.h: Add ucrt _snscanf_l declaration.
include: Add new corecrt_wctype file.
winegcc: Recognize -rtlib as linker argument.
winegcc: Treat -targe...