Re: [ovs-dev] [PATCH 2/2] netlink-socket: Use xmalloc() instead of malloc().

2013-04-29 Thread Ben Pfaff
Thanks, applied to master. On Mon, Apr 29, 2013 at 03:04:06PM -0700, Justin Pettit wrote: > Both look good to me. > > --Justin > > > On Apr 29, 2013, at 3:00 PM, Ben Pfaff wrote: > > > This was the only obvious use of bare malloc() in the tree, other > > than in the implementation of wrapper

Re: [ovs-dev] [PATCH 2/2] netlink-socket: Use xmalloc() instead of malloc().

2013-04-29 Thread Justin Pettit
Both look good to me. --Justin On Apr 29, 2013, at 3:00 PM, Ben Pfaff wrote: > This was the only obvious use of bare malloc() in the tree, other > than in the implementation of wrapper functions. > > Signed-off-by: Ben Pfaff > --- > lib/netlink-socket.c |5 + > 1 files changed, 1 inse

[ovs-dev] [PATCH 2/2] netlink-socket: Use xmalloc() instead of malloc().

2013-04-29 Thread Ben Pfaff
This was the only obvious use of bare malloc() in the tree, other than in the implementation of wrapper functions. Signed-off-by: Ben Pfaff --- lib/netlink-socket.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c index a9e6