mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 03:04:58 +03:00
Merge PR #671: resolve several coverity issues
This commit is contained in:
@ -1211,7 +1211,6 @@ void DelHubEx(CEDAR *c, HUB *h, bool no_lock);
|
||||
void StopAllHub(CEDAR *c);
|
||||
void StopAllConnection(CEDAR *c);
|
||||
void AddConnection(CEDAR *cedar, CONNECTION *c);
|
||||
UINT GetUnestablishedConnections(CEDAR *cedar);
|
||||
void DelConnection(CEDAR *cedar, CONNECTION *c);
|
||||
void SetCedarCipherList(CEDAR *cedar, char *name);
|
||||
void InitCedar();
|
||||
@ -1225,11 +1224,8 @@ void InitNetSvcList(CEDAR *cedar);
|
||||
void FreeNetSvcList(CEDAR *cedar);
|
||||
int CompareNetSvc(void *p1, void *p2);
|
||||
char *GetSvcName(CEDAR *cedar, bool udp, UINT port);
|
||||
void InitHiddenPassword(char *str, UINT size);
|
||||
bool IsHiddenPasswordChanged(char *str);
|
||||
UINT64 GetTrafficPacketSize(TRAFFIC *t);
|
||||
UINT64 GetTrafficPacketNum(TRAFFIC *t);
|
||||
void EnableDebugLog(CEDAR *c);
|
||||
void StartCedarLog();
|
||||
void StopCedarLog();
|
||||
int CompareNoSslList(void *p1, void *p2);
|
||||
@ -1239,13 +1235,11 @@ bool AddNoSsl(CEDAR *c, IP *ip);
|
||||
void DecrementNoSsl(CEDAR *c, IP *ip, UINT num_dec);
|
||||
void DeleteOldNoSsl(CEDAR *c);
|
||||
NON_SSL *SearchNoSslList(CEDAR *c, IP *ip);
|
||||
bool IsInNoSsl(CEDAR *c, IP *ip);
|
||||
void FreeTinyLog(TINY_LOG *t);
|
||||
void WriteTinyLog(TINY_LOG *t, char *str);
|
||||
TINY_LOG *NewTinyLog();
|
||||
void GetWinVer(RPC_WINVER *v);
|
||||
bool IsSupportedWinVer(RPC_WINVER *v);
|
||||
bool IsLaterBuild(CEDAR *c, UINT64 t);
|
||||
SOCK *GetInProcListeningSock(CEDAR *c);
|
||||
SOCK *GetReverseListeningSock(CEDAR *c);
|
||||
void GetCedarVersion(char *tmp, UINT size);
|
||||
|
Reference in New Issue
Block a user