]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Remove NULL checks after calling alloca
authorSean Hefty <sean.hefty@intel.com>
Wed, 25 Jun 2014 19:56:18 +0000 (12:56 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 25 Jun 2014 19:56:18 +0000 (12:56 -0700)
commit3e1fc1cfad65c83a05c8550d8e359c8b9223d859
tree9a1e922502c975f02e6643cbc420d44e9014ae50
parenta34703c53259845dd20450a87eb6747030e23e8b
librdmacm: Remove NULL checks after calling alloca

alloca doesn't return a NULL pointer on failure.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/cma.c