On 22/04/2021 17:44, Gedare Bloom wrote:

Also not related to the documentation, but it seems that
rtems_message_queue_construct() will not handle a NULL configuration.
Is this intentional, or a bug to fix in the code and an error status
to add? If it is intentional, an assert(config) should be added to the
code path.
From my point of view it was intentional to not check for NULL. I can add an _Assert( config != NULL ) or return an error status.
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to