Skip to content

Conversation

@stweil
Copy link
Member

@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
Member 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