We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. OS_ModuleGetInfo_Impl always returning success in VxWorks:
OS_ModuleGetInfo_Impl
osal/src/os/vxworks/src/os-impl-loader.c
Lines 175 to 179 in ead5723
Describe the solution you'd like Return error. It's not like the other cases where other info isn't available and success makes sense.
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered:
Fix nasa#886, return moduleInfoGet error
1aad679
Propagate a VxWorks error on moduleInfoGet() call into OS_ERROR return.
Merge pull request #906 from jphickey/fix-886-moduleInfoGet-err
116677b
Fix #886, return moduleInfoGet error
Fix nasa#886, library table management
16e2c0e
Apply the appid/taskid pattern to Library resources. No real logic change - just putting repeated logic into inline functions.
Merge pull request nasa#887 from jphickey/fix-886-library-table
36695e9
Fix nasa#886, library table id management
jphickey
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
OS_ModuleGetInfo_Impl
always returning success in VxWorks:osal/src/os/vxworks/src/os-impl-loader.c
Lines 175 to 179 in ead5723
Describe the solution you'd like
Return error. It's not like the other cases where other info isn't available and success makes sense.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: