Skip to content
Commit 24767a0c authored by Bruno Herrera's avatar Bruno Herrera Committed by Gregory Nutt
Browse files

Fixes for problems found by Coverity in the nuttx repository:

    net/socket/recvfrom.c: Check fromlen integrity before using it.

    net/socket/net_sockets.c: Always check for valid psock before using.

    net/tcp/tcp_send_unbuffered.c:  Avoid using psock beforing checking its integrity.

    sched/timer/timer_create.c: Fix watchdog resource leak if cannot allocate a new timer.
parent dfa0574e
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