From: Sean Hefty Date: Tue, 24 Jul 2012 21:13:55 +0000 (-0700) Subject: rspreload: Call init from getsockname() X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5098657d3eec71d72b8fe41766be15506fa83135;p=~shefty%2Flibrdmacm.git rspreload: Call init from getsockname() netperf for some unknown reason calls getsockname() using a hard coded value of 0, without first allocating a socket. This causes the rsocket preload library to crash, since the library has not been properly initialized. Signed-off-by: Sean Hefty ---