mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 03:40:11 +08:00
The variables start and size were used in the return statement even if none of the if's set them. Defaulted them to zero which results in returning NULL on error which was expected anyway.