mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
fixed other uninitialized memory read
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6204 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4e4e81fa8e
commit
7c0fb5eced
1 changed files with 3 additions and 0 deletions
|
@ -130,8 +130,11 @@ p3NetMgrIMPL::p3NetMgrIMPL()
|
|||
mOldNatHole = RSNET_NATHOLE_UNKNOWN;
|
||||
mLocalAddr.sin_port = 0;
|
||||
mLocalAddr.sin_addr.s_addr = 0;
|
||||
mLocalAddr.sin_family = AF_INET ;
|
||||
mExtAddr.sin_port = 0;
|
||||
mExtAddr.sin_addr.s_addr = 0;
|
||||
mExtAddr.sin_family = AF_INET ;
|
||||
mVisState = 0 ;
|
||||
}
|
||||
|
||||
#ifdef NETMGR_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue