Menu

#3 Memory leak with liblogging APIs

open
nobody
None
5
2010-12-23
2010-12-23
kesav
No

There is memory leak incase when the TCP host of syslog service is down.

In function sbSessObj* sbSessOpenSession(char* pszRemotePerr.int iPort, sbNVTRObj *pProfSupported)
{
..............
if((pThis->pChannels = sbNVTRConstruct()) == NULL)
{
SRFREEOBJ(pThis);
return NULL;
}
.............
}

there is memory leak which is very high

Discussion


Log in to post a comment.