musl/src/aio
Rich Felker a494171a5a fix invalid access in aio notification
issue found and patch provided by Jens Gustedt. after the atomic store
to the error code field of the aiocb, the application is permitted to
free or reuse the storage, so further access is invalid. instead, use
the local copy that was already made.
2013-06-16 10:39:02 -04:00
..
aio_cancel.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_error.c fix inconsistent signature for aio_error 2011-09-14 09:36:38 -04:00
aio_fsync.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_readwrite.c fix invalid access in aio notification 2013-06-16 10:39:02 -04:00
aio_return.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_suspend.c fix various errors in function signatures/prototypes found by nsz 2011-09-13 21:09:35 -04:00
lio_listio.c fix uninitialized variable in lio (aio) code 2013-06-16 01:40:17 -04:00