gpt4 book ai didi

c++ - wsprintf() 的安全版本?

转载 作者:可可西里 更新时间:2023-11-01 11:49:40 30 4
gpt4 key购买 nike

就像我们有 _stprintf 的安全版本,即 hp fortify bufferoverflow 的 stprintf_s警告,那么我们可以使用什么来代替 wsprintf()?我试过 wsprintf_s,它不工作。

谁能解释一下 b/w _stprintfwsprintf 的区别?或者我们可以使用 stprintf_s 作为 wsprintf 的安全版本。

最佳答案

选项记录在 wsprintf 下:

Note Do not use. Consider using one of the following functions instead: StringCbPrintf, StringCbPrintfEx, StringCchPrintf, or StringCchPrintfEx. See Security Considerations.

如果您更愿意使用更类似于 wsprintf 的安全函数, 去 swprintf_s_snwprintf_s .

_stprintf是一个预处理器宏,它将调用映射到 ANSI 或 UNICODE 版本。映射表记录在 sprintf, _sprintf_l, swprintf, _swprintf_l, __swprintf_l :

<表类="s-表"><头>TCHAR.H 例程_UNICODE & _MBCS 未定义_MBCS 定义_UNICODE 定义<正文>_stprintfsprintfsprintf_swprintf

_stprintf_s 的映射表:

<表类="s-表"><头>TCHAR.H 例程_UNICODE & _MBCS 未定义_MBCS 定义_UNICODE 定义<正文>_stprintf_ssprintf_ssprintf_sswprintf_s

关于c++ - wsprintf() 的安全版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33212449/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com