c45c0d3c66
When we decide we need to zero the padding iovec, do so with 0, not with the length that we've determined. This had no effect because we zero the padding properly later, but it should be fixed, so that things still work when the later memset() goes away.