Files
rtems/cpukit
Dhruva P V 69a9314281 score: check previous in _Chain_Is_node_off_chain()
Previously, the function returned true when node->next == NULL, but did
not verify that node->previous was also NULL.

The updated implementation checks the node->next == NULL and in
RTEMS_DEBUG it checks node->previous == NULL before reporting the
node is off-chain.

These changes ensure that the off-chain invariant is verified in
the RTEMS_DEBUG

This change Updates RTEMS issue #4812.
2025-12-18 00:37:41 +05:30
..
2024-02-16 09:32:04 +01:00
2024-02-16 09:32:04 +01:00
2025-03-10 22:44:01 +00:00
2023-12-19 08:03:42 +01:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2018-10-09 13:26:47 +02:00