Skip to content
Commit 957831d2 authored by Jussi Kivilinna's avatar Jussi Kivilinna Committed by Gregory Nutt
Browse files

net/socket: psock_send/psock_sendto: remove assert check for null psock and...

net/socket: psock_send/psock_sendto: remove assert check for null psock and buf input pointers.  Removes check as 'psock == NULL' altogether because that checked for later in psock_send and psock_sendto. Change null check for 'buf' so that it is handled same as in recvfrom.c (return -EINVAL instead of
assert).
parent b12f693b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment