-
Notifications
You must be signed in to change notification settings - Fork 202
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
Scrub all public API calls to ensure that all input parameters are properly sanitized before use #300
Labels
Comments
Imported from trac issue 269. Created by jphickey on 2019-03-27T14:12:08, last modified: 2019-08-14T14:09:36 |
Trac comment by jhageman on 2019-07-03 12:48:08: Moved unfinished 6.6.1 issues to next minor release |
I finished the API scrub. It is attached. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a matter of policy, all CFE function calls that are available for use by external apps or libraries (i.e. all headers in the
fsw/cfe-core/src/inc
subdirectory) should sanity-check their input values before using them.During recent code reviews it was noted that at least two of these functions were missing a required range check, as noted in bug #299.
This task is to perform an additional review on the public API calls and ensure that proper input value sanitization is being performed.
The text was updated successfully, but these errors were encountered: