- Use iov[N] by array index instead of using pointer v = &iov[0] to make the compiler catch an out-of-range access of the array.
- Use iov[N] by array index instead of using pointer v = &iov[0] to make the compiler catch an out-of-range access of the array.