netlink-socket: Use xmalloc() instead of malloc().
authorBen Pfaff <blp@nicira.com>
Fri, 26 Apr 2013 21:15:37 +0000 (14:15 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Apr 2013 22:05:56 +0000 (15:05 -0700)
commit488232b7ec7921753ec27ffd836a51f23afae0b8
tree1919fbf088cc24dd804b3b37afeb8c9e87c4c781
parent0d121c735093ada40dfd2aa5cdba36d27c6b8389
netlink-socket: Use xmalloc() instead of malloc().

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 <blp@nicira.com>
lib/netlink-socket.c