[ovs-dev] [PATCH 4/4 v2] lib/netlink-socket.c: fixes in nl_sock_recv__() on Windows

Ben Pfaff blp at nicira.com
Tue Oct 21 19:35:33 UTC 2014


On Sat, Oct 18, 2014 at 11:39:38AM -0700, Nithin Raju wrote:
> In nl_sock_recv__() on Windows, we realloc a new ofpbuf to copy received
> data if the caller specified buffer is small. While we do so, we need
> reset some of the other stack variables to point to the new ofpbuf.
> 
> Other fixes are around using 'error' rather than 'errno'.
> 
> Signed-off-by: Nithin Raju <nithin at vmware.com>
> Acked-by: Ankur Sharma <ankursharma at vmware.com>

Applied, thanks!



More information about the dev mailing list