netstat: avoid returning uninitialized value in p_sockaddr().
In the case the width is less than 0, we are returning an uninitialized
value. For practical purposes the return value is ignored but initialize
it to avoid trouble.
CID: 1341619
netstat: avoid returning uninitialized value in p_sockaddr(). Tags None Referenced Files None Subscribers None
Description
Details
|