• Eugene Kosov's avatar
    check parameters of io_submit() and LinuxAIOHandler::reserve_slot() · 543f22a2
    Eugene Kosov authored
    Ensure that pointer to a buffer which is used for both reads and writes
    is properly aligned.
    
    I've intentially put permanent check right before io_submit() call instead
    of the time of setting iocb date. I think that'll make check better.
    
    LinuxAIOHandler::resever_slot(): check arguments alignment in debug builds
    543f22a2
os0file.cc 180 KB