-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Removing printf family from Ref, Drv, RPI, OS, Utils #3141
base: devel
Are you sure you want to change the base?
Conversation
@@ -72,3 +73,10 @@ | |||
// if we make it here, no matches were found | |||
return -1; | |||
} | |||
|
|||
void Fw::StringUtils::format(CHAR* destination, Fw::StringBase::SizeType size, const CHAR* format, ...) { |
Check notice
Code scanning / CodeQL
Use of basic integral type Note
@@ -72,3 +73,10 @@ | |||
// if we make it here, no matches were found | |||
return -1; | |||
} | |||
|
|||
void Fw::StringUtils::format(CHAR* destination, Fw::StringBase::SizeType size, const CHAR* format, ...) { |
Check notice
Code scanning / CodeQL
Use of basic integral type Note
@@ -72,3 +73,10 @@ | |||
// if we make it here, no matches were found | |||
return -1; | |||
} | |||
|
|||
void Fw::StringUtils::format(CHAR* destination, Fw::StringBase::SizeType size, const CHAR* format, ...) { |
Check notice
Code scanning / CodeQL
Use of basic integral type Note
Change Description
Partial fix for #1708. This addresses Ref, RPI, Utils, Drv, and Os.
Remaining Work
Svc and Fw.