Use xstrdup() instead of strdup(), xmalloc() instead of malloc().
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2014 22:46:25 +0000 (15:46 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2014 22:59:36 +0000 (15:59 -0700)
commit13a233f7b0714d6cdb20b3982fa317344dd6b331
tree4cdb98eb3964afd9ff5c428ef3f5d8534e14f72e
parent01ac0970c80ab08480b9ec169356f55d0f3c0c4a
Use xstrdup() instead of strdup(), xmalloc() instead of malloc().

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
lib/daemon-windows.c
lib/stream-tcp.c
lib/unixctl.c
tests/test-odp.c
tests/test-vconn.c