About HEAP error

2021-02-28 Thread Richi Dubey
Hi, I get this error on sp02: *** FATAL *** fatal source: 13 (RTEMS_FATAL_SOURCE_HEAP) CPU: 0 fatal code: 2125180 (0x00206d7c) RTEMS version: 6.0.0.44ae183090f3bc1a4ee281ff98525209b3fda7a7-modified RTEMS tools: 10.2.1 20210125 (RTEMS 6, RSB ade089253e70d75105a8311844f82f6d20cc30a8, Newlib cb41c37

[PATCH] score: Simplify _Objects_Name_to_id_u32()

2021-02-28 Thread Sebastian Huber
Remove superfluous check for the objects maximum since the maximum is also used as a loop limit. Fix formatting. --- cpukit/score/src/objectnametoid.c | 41 --- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/