Re: [PATCH] sapi: Add param check to rtems_extension_create()

2020-04-17 Thread Gedare Bloom
Thanks, push it with the doc On Fri, Apr 17, 2020 at 2:11 AM Sebastian Huber wrote: > > Check that the extensions table is not NULL. Change format. > > Update #3953. > --- > cpukit/sapi/src/extensioncreate.c | 14 ++ > testsuites/sptests/sp07/init.c| 5 + > 2 files changed,

[PATCH] sapi: Add param check to rtems_extension_create()

2020-04-17 Thread Sebastian Huber
Check that the extensions table is not NULL. Change format. Update #3953. --- cpukit/sapi/src/extensioncreate.c | 14 ++ testsuites/sptests/sp07/init.c| 5 + 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/cpukit/sapi/src/extensioncreate.c b/cpukit/sapi/src/