zephyr/tests/posix
Jari Tervonen 3b1e60da90 lib: posix: Fix NULL pointer to strcmp in posix mqueue.
When a queue has been unlinked but not removed the name pointer is set to
NULL. The queue is still in the list when adding new queues and the name
pointer is passed to strcmp.

Signed-off-by: Jari Tervonen <jari.tervonen@nordicsemi.no>
2025-03-08 03:37:48 +01:00
..
barriers
c_lib_ext tests: posix: common: separate posix c_lib_ext to standalone test 2024-11-27 08:16:35 +01:00
common boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
eventfd
fs boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
headers tests: posix: Re-enable -Wunused-value warning 2025-02-06 03:18:25 +01:00
net boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
rwlocks tests: posix: rwlocks: move filter to testcase.yml common area 2024-11-25 01:02:50 +01:00
semaphores tests: posix: common: separate posix semaphores tests into standalone test 2024-11-16 14:56:09 -05:00
signals tests: posix: common: separate posix signal tests into a smaller testsuite 2024-11-29 05:42:17 +01:00
single_process tests: posix: env: colocate with single_process option group 2024-12-09 03:55:02 +01:00
spinlocks tests: posix: common: separate posix spinlock tests into standalone test 2024-11-27 22:52:56 -05:00
threads_ext tests: posix: threads_ext: remove stale comment 2024-12-07 14:16:34 +01:00
timers tests: posix: timers: Fix -Wsometimes-uninitialized warning 2025-02-07 02:23:35 +01:00
xsi_realtime lib: posix: Fix NULL pointer to strcmp in posix mqueue. 2025-03-08 03:37:48 +01:00
xsi_streams tests: posix: common: separate posix xsi streams to standalone test 2024-11-20 15:58:26 -05:00
xsi_system_logging tests: posix: common: separate posix xsi system logging to standalone test 2024-11-26 08:45:43 +01:00
xsi_threads_ext tests: posix: common: separate xsi_threads_ext into standalone test 2024-12-17 09:48:49 +01:00