-
Notifications
You must be signed in to change notification settings - Fork 59
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
Replace exit(1) and exit(-1) with preferred macro EXIT_FAILURE #382
Comments
thnkslprpt
added a commit
to thnkslprpt/PSP
that referenced
this issue
Mar 13, 2023
2 tasks
thnkslprpt
added a commit
to thnkslprpt/PSP
that referenced
this issue
Mar 14, 2023
thnkslprpt
added a commit
to thnkslprpt/PSP
that referenced
this issue
Apr 6, 2023
thnkslprpt
added a commit
to thnkslprpt/PSP
that referenced
this issue
Dec 11, 2023
thnkslprpt
added a commit
to thnkslprpt/PSP
that referenced
this issue
Dec 11, 2023
dmknutsen
added a commit
that referenced
this issue
Dec 15, 2023
…xit-failure Fix #382, Replace exit(1) and exit(-1) with EXIT_FAILURE macro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe the bug
PSP contains a few uses of
exit(1)
and 'exit(-1)'.Copy of nasa/tblCRCTool#77
Expected behavior
Recommend replacing with the more expressive and more portable
EXIT_FAILURE
or 'EXIT_SUCCESS' macros.Code snips
PSP/fsw/mcp750-vxworks/src/cfe_psp_support.c
Line 118 in 6fceb13
PSP/fsw/pc-rtems/src/cfe_psp_support.c
Line 84 in 6fceb13
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: