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

Replace deprecated sprintf #4068

Merged
merged 1 commit into from
May 8, 2023
Merged

Replace deprecated sprintf #4068

merged 1 commit into from
May 8, 2023

Conversation

stweil
Copy link
Contributor

@stweil stweil commented May 8, 2023

Either use snprintf or std::stringstream.

Either use snprintf or std::stringstream.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@stweil
Copy link
Contributor Author

stweil commented May 8, 2023

This fixes related warnings from clang on macOS:

src/ccmain/paramsd.cpp:326:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
    sprintf(msg_str,
    ^
[...]

@zdenop zdenop merged commit 62962e0 into tesseract-ocr:main May 8, 2023
@stweil stweil deleted the sprintf branch May 8, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants