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
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.
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.
osal/src/ut-stubs/osapi-utstub-sockets.c
Line 40 in bc73437
The text was updated successfully, but these errors were encountered: