Kinsey Moore started a new discussion on cpukit/posix/src/aio_misc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/513#note_124983 > r_chain = NULL; > } else { > r_chain = calloc( 1, sizeof( rtems_aio_request_chain ) ); > + if ( r_chain == NULL ) { > + errno = EAGAIN; Is EAGAIN really the correct error for this failure? I would expect ENOMEM. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/513#note_124983 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs