Skip to content

OS_SocketOpen UT stub returns "socket ID" not status #522

@CDKnightNASA

Description

@CDKnightNASA

Per the OS_SocketOpen() definition, on successful socket creation, it should set the sock_id out parameter and return status. Instead the stub does not set the sock_id but returns the ID.

status = UT_AllocStubObjId(UT_OBJTYPE_SOCKET);

Metadata

Metadata

Assignees

Labels

unit-testTickets related to the OSAL unit testing (functional and/or coverage)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions