-
Notifications
You must be signed in to change notification settings - Fork 215
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
OSC_INUM_TO_IVEC stub returning stack allocated memory #777
Comments
@skliper should we open a separate issue to remove this or port it to PSP? |
Fix #777, Static allocation of DummyVec in OSC_INUM_TO_IVEC stub
@astrogeco Probably not at this point? I'm fine w/o for now. If/when someone needs in a PSP it'll be here/available. |
I'd like having the issue to remove it so we don't forget |
Edit - I should have read previous comments better - moving this to PSP would be fine, as long as we don't delete it (rather not have to reinvent when some PSP uses interrupts and needs a coverage test written) |
Updates the unit tests, unit test support, and stubs to replace deprecated SB APIs with MSG APIs.
Update documentation to replace deprecated SB APIs with MSG APIs
Update the core software from the deprecated SB APIs to the MSG APIs.
Fix nasa#777, Use MSG APIs - Core software Fix nasa#777, Use MSG APIs - Docs Fix nasa#777, Use MSG APIs - Unit tests See nasa/cFE#998 for more details
Is your feature request related to a problem? Please describe.
CodeQL warning on line 72 (returning VecTbl):
osal/src/unit-test-coverage/ut-stubs/src/vxworks-intLib-stubs.c
Lines 51 to 77 in 09a2c5e
Describe the solution you'd like
Make DummyVec static
Describe alternatives you've considered
Remove, no longer used in OSAL testing but could be used by PSP implementations. Leaving in for now.
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: