You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The handler for CFE_PSP_MemSet expects a parameter named "size", whereas the stub defines the third parameter as named "n".
To Reproduce
Calling the CFE_PSP_MemSet stub results in: [ FAIL] 18.011 utstubs.c:868 - Requested parameter size of size 4 which was not provided by the stub
Expected behavior
Calling the default stub/handler should behave normally.
Describe the bug
The handler for CFE_PSP_MemSet expects a parameter named "size", whereas the stub defines the third parameter as named "n".
To Reproduce
Calling the CFE_PSP_MemSet stub results in:
[ FAIL] 18.011 utstubs.c:868 - Requested parameter size of size 4 which was not provided by the stub
Expected behavior
Calling the default stub/handler should behave normally.
Code snips
See
PSP/ut-stubs/src/cfe_psp_memaccess_api_handlers.c
Line 48 in ab82f6a
and
https://github.com/nasa/PSP/blob/main/ut-stubs/src/cfe_psp_memaccess_api_stubs.c#L108
System observed on:
Ubuntu 24
Additional context
Add any other context about the problem here.
Reporter Info
[email protected]
The text was updated successfully, but these errors were encountered: