]> begriffs open source - freertos/commit
Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check...
authorPaul Bartell <pbartell@amazon.com>
Sat, 17 Apr 2021 16:57:16 +0000 (09:57 -0700)
committerGitHub <noreply@github.com>
Sat, 17 Apr 2021 16:57:16 +0000 (09:57 -0700)
commit46f7feba815b49fca5f5884304a465844812f1ef
treed54448682975b6adde006c3fa4ca4324977006d1
parent99295c9ae8f40a1be7fd23de9171f820b6a42db6
Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check. (#313)

* Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check.

Fixes FreeRTOS/FreeRTOS-Kernel#311

* Make NULL checks consistent.
queue.c