mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed uninitialized memory read
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00711753ad
commit
ab37ea0ce1
@ -548,7 +548,7 @@ int pqipersongrp::connectPeer(std::string id
|
|||||||
uint32_t period;
|
uint32_t period;
|
||||||
uint32_t timeout;
|
uint32_t timeout;
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
uint32_t flags;
|
uint32_t flags = 0 ;
|
||||||
|
|
||||||
struct sockaddr_in proxyaddr;
|
struct sockaddr_in proxyaddr;
|
||||||
struct sockaddr_in srcaddr;
|
struct sockaddr_in srcaddr;
|
||||||
|
Loading…
Reference in New Issue
Block a user