[Xenomai-core] [PATCH] vxWorks/lstLib: Check for nil-pointer

2008-10-23 Thread Niklaus Giger
Here some trivial fixes with their respective tests to handle the case of nil pointers corrrectly. Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> --- include/vxworks/lstLib.h |6 +++--- vxworks/lstLib.c |4 +++- vxworks/testsuite/lst-1.c | 17 +++-- 3 files chan

Re: [Xenomai-core] [PATCH] vxWorks/lstLib: Check for nil-pointer

2008-10-23 Thread Philippe Gerum
Niklaus Giger wrote: > Here some trivial fixes with their respective tests to handle the case of nil > pointers corrrectly. > Merged, thanks. > Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]> > --- > include/vxworks/lstLib.h |6 +++--- > vxworks/lstLib.c |4 +++- > vxworks/te