Bastien ROUCARIES wrote: > Could you apply the attached patch > > It is a little bit more paranoid, and could be good on strange platfor
Please, if you want me to apply a patch from now on, provide it with all details correct (in particular GNU style code) and a ChangeLog entry. In this patch, clearing the 'struct iovec' is overkill - or do you know platforms which have more than two fields in 'struct iovec'? Clearing 'msg' is not needed either - it doesn't help on NetBSD 5.0, and on all other platforms, the tests passed without it. Then why add it? Just because <http://postfix.sourcearchive.com/documentation/2.7.1/unix__send__fd_8c-source.html> has it? Bruno