Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use wsprintf, use _snwprintf_s instead of the function. #24

Open
s-takeuchi opened this issue Dec 12, 2015 · 0 comments
Open

Do not use wsprintf, use _snwprintf_s instead of the function. #24

s-takeuchi opened this issue Dec 12, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@s-takeuchi
Copy link
Owner

In the CmdFreak imprementation, weprintf is used a lot. There is a limitation regarding output buffer size of the function. The output buffer size needs to be in 1024.

To preserve more than 1K size, use _snwprintf_s instead of the function.?

As the initial investigation result, no critical problem has been found. However, some suspecting areas are existing. Re-investigation needs to be performed.

This ticket is associating to the old trac ticket of 48.

@s-takeuchi s-takeuchi added the bug label Dec 12, 2015
@s-takeuchi s-takeuchi self-assigned this Dec 12, 2015
@s-takeuchi s-takeuchi added this to the Future milestone Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant