mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
as written once aio_return() is successfully called. Also check the addressability of the buffer for both aio_read() and aio_write(). Also check the file descriptor for aio_read() and aio_write(). And add a test for this. There's one corner case of the test that doesn't work as expected and is currently commented out. But aio_*() certainly works better than it used to. All this is for bug 197227. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10539
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
prog: aio
|
|
vgopts: --leak-check=no
|
|
stderr_filter: ../filter_allocs
|