nacl_io currently agressively returns a EINVAL for a number of cases where a
null pointer is passed. This may be fine for calls expected to receive data,
but is unusual for call like send(), which might be passed a null buffer but
zero length.
(Example: libxcb's writev polyfill).
We should be able to tolerate this case.
Original issue reported on code.google.com by bradnelson@google.com on 15 Jul 2015 at 12:09
Original issue reported on code.google.com by
bradnelson@google.com
on 15 Jul 2015 at 12:09