openocd/src/rtos
Paul Fertser e26d076190 rtos: add sanity checking for FreeRTOS's quantity of priorities
On operating systems with opportunistic malloc() (e.g. default setting in
GNU/Linux) malloc can sometimes allocate a huge memory region but later the
process will get killed on the first attempt to use this memory, so
checking for malloc's return value is not enough to prevent a crash.

This patch is compile-tested only.

Change-Id: I5e21663115c8e9a0ca9f3d71f7ba4bd09e5c3bb1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/521
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2012-03-19 17:07:44 +00:00
..
eCos.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
FreeRTOS.c rtos: add sanity checking for FreeRTOS's quantity of priorities 2012-03-19 17:07:44 +00:00
linux_header.h rtos : linux awareness 2012-01-15 22:17:16 +00:00
linux.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
Makefile.am build: fix broken make distcheck 2012-01-16 09:28:01 +00:00
rtos_ecos_stackings.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_ecos_stackings.h build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_standard_stackings.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos_standard_stackings.h build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
rtos.h build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
ThreadX.c build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00