From 5098657d3eec71d72b8fe41766be15506fa83135 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Tue, 24 Jul 2012 14:13:55 -0700 Subject: [PATCH] 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 -- 2.45.2