-
Notifications
You must be signed in to change notification settings - Fork 245
Description
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
| vxStatus = moduleInfoGet(impl->moduleID, &vxModuleInfo); | |
| if (vxStatus == ERROR) | |
| { | |
| OS_DEBUG("OSAL: OS_ModuleInfoGet Error from vxWorks: %d\n", vxStatus); | |
| } |
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