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

ES functions that take application ID need consistent bounds checking #273

Closed
skliper opened this issue Sep 30, 2019 · 2 comments
Closed

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2019

Many functions in cfe_es_api.c use an AppId parameter. Some of these functions do not bounds check this. (e.g. CFE_ES_SetAppState) Others do, but do not generate an error on failure (CFE_ES_RestartApp returns CFE_SUCCESS if AppId is out of bounds)

All functions in ES should probably be inspected for issues like these and corrected.

@skliper skliper self-assigned this Sep 30, 2019
@skliper skliper added the bug label Sep 30, 2019
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Imported from trac issue 242. Created by sseeger on 2018-08-14T19:35:39, last modified: 2019-04-23T15:44:31

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-04-01 16:20:19:

Duplicate of #299 and #300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant