mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 15:47:29 +08:00
Coverity CID 1619695 Added returns on error path in rtems_aio_init(). Without them the code could access uninitialized memory. Closes #5132.