mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 13:29:28 +08:00
CodeSonar detects a possible NULL deference here. But it should never occur in tested code. Memory for the API Mutexes is reserved by confdefs.h and are all preallocated when the class of objects is initialized. Allocating a single instance should never fail.