Skip to content

Conversation

@jiridanek
Copy link
Member

No description provided.

std::string outputString;
char *str_int = new char[sizeof(*str_int) *
(in_str.size() + INT_CONSTANT)];
if (sprintf(str_int, in_str.c_str(), in_indx) > 0) {

Check failure

Code scanning / Flawfinder (reported by Codacy)

Potential format string problem (CWE-134). Make format string constant.

Potential format string problem (CWE-134). Make format string constant.
@jiridanek jiridanek changed the title Remove unnecessary dependency on Boost Fixes #72: Remove unnecessary dependency on Boost Feb 21, 2023
@jiridanek jiridanek force-pushed the jd_2022_10_19_remove_boost_dep branch from 7eaf658 to b1c6700 Compare February 21, 2023 18:07
@jiridanek jiridanek merged commit 10983f5 into rh-messaging:main Feb 21, 2023
@jiridanek jiridanek deleted the jd_2022_10_19_remove_boost_dep branch February 21, 2023 18:07
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.

Remove the qpid-cpp C++ client from the repo, and simplify (remove boost)

1 participant