nuttx/sched/timer
Bruno Herrera 24767a0c66 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.
2017-09-25 07:17:09 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
timer_create.c Fixes for problems found by Coverity in the nuttx repository: 2017-09-25 07:17:09 -06:00
timer_delete.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_getoverrun.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_gettime.c clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
timer_initialize.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_release.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_settime.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
timer.h sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:32:11 -06:00