RTEMS | posix/aio: Correction of AIO issues (!476)
Alessandro Nardin (@AlessandroNardin)
gitlab at rtems.org
Tue May 13 19:32:42 UTC 2025
Alessandro Nardin commented on a discussion on cpukit/posix/src/aio_misc.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/476#note_122580
> req->listcbp = NULL;
> req->suspendcbp = NULL;
>
> + free(req);
It is not related to a Coverity issue, for some reason it was not detected. It seemed weird, so I checked multiple times to make sure that they were in fact not deallocated, and the only times the requests are freed is when they are cancelled.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/476#note_122580
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250513/aea18d42/attachment-0001.htm>
More information about the bugs
mailing list