This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] zx_vmo_write on Fuchsia takes only 4 arguments now
ClosedPublic

Authored by phosek on Mar 21 2018, 11:09 PM.

Details

Summary

The system call now fails when it cannot write the requested size.
Update the sanitizer runtime Fuchsia implementation accordingly.

Diff Detail

Event Timeline

phosek created this revision.Mar 21 2018, 11:09 PM
This revision is now accepted and ready to land.Mar 22 2018, 8:36 AM
This revision was automatically updated to reflect the committed changes.