Re: [PATCH 2/4] score: Return a status in _Objects_Set_name()

2020-11-25 Thread Gedare Bloom
Should rtems_object_set_name() propagate the memory error condition also? On Tue, Nov 24, 2020 at 5:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > cpukit/include/rtems/score/objectimpl.h | 14 -- > cpukit/score/src/objectsetname.c| 6 +++--- >

[PATCH 2/4] score: Return a status in _Objects_Set_name()

2020-11-24 Thread Sebastian Huber
--- cpukit/include/rtems/score/objectimpl.h | 14 -- cpukit/score/src/objectsetname.c| 6 +++--- testsuites/psxtests/psxobj01/init.c | 6 +++--- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/cpukit/include/rtems/score/objectimpl.h