mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 16:43:45 +08:00
The loop that checks if the current address is already mapped uses the same local variable for the chanin node as the newly allocated chain node so the allocated chain node gets over written. Added a new local variable for the loop that checks the address Updates #2859.