Jump to content

socket overflow buffer delete (help)


Recommended Posts

Hi

Topic : socked-system-overflow

language : AutoitScpirt Code Request

program explosion : socket overflow buffer Error !

memory with program connect And Socket overflow buffer Delete Request

Is there anyone that can help ?

Thank You !

C++ Sample Code

in iocport.cpp

void CIOCPort::DeleteAllArray()
{
     for( int i=0; i<m_SocketArraySize; i++ ) {
             if ( m_SockArray[i] != NULL ) {
                     delete m_SockArray[i];
                     m_SockArray[i] = NULL;
             }
     }
     delete[] m_SockArray;
     for ( i=0; i < m_SocketArraySize; i++ ) {
             if ( m_SockArrayInActive[i] != NULL ) {
                     delete m_SockArrayInActive[i];
                     m_SockArrayInActive[i] = NULL;
             }
     }
     delete[] m_SockArrayInActive;
     for ( i=0; i < m_ClientSockSize; i++ ) {
             if ( m_ClientSockArray[i] != NULL ) {
                     delete m_ClientSockArray[i]; //Socket system overflow
                     m_ClientSockArray[i] = NULL;
             }
     }
     delete[] m_ClientSockArray;
     while( !m_SidList.empty() )
             m_SidList.pop_back();
}

in IOCPSocket2.h

BYTE GetState() {return m_State;}; //socket system overflow
Link to comment
Share on other sites

Hi

Topic : socked-system-overflow

language : AutoitScpirt Code Request

program explosion : socket overflow buffer Error !

memory with program connect And Socket overflow buffer Delete Request

Is there anyone that can help ?

Thank You !

C++ Sample Code

in iocport.cpp

void CIOCPort::DeleteAllArray()
{
     for( int i=0; i<m_SocketArraySize; i++ ) {
             if ( m_SockArray[i] != NULL ) {
                     delete m_SockArray[i];
                     m_SockArray[i] = NULL;
             }
     }
     delete[] m_SockArray;
     for ( i=0; i < m_SocketArraySize; i++ ) {
             if ( m_SockArrayInActive[i] != NULL ) {
                     delete m_SockArrayInActive[i];
                     m_SockArrayInActive[i] = NULL;
             }
     }
     delete[] m_SockArrayInActive;
     for ( i=0; i < m_ClientSockSize; i++ ) {
             if ( m_ClientSockArray[i] != NULL ) {
                     delete m_ClientSockArray[i]; //Socket system overflow
                     m_ClientSockArray[i] = NULL;
             }
     }
     delete[] m_ClientSockArray;
     while( !m_SidList.empty() )
             m_SidList.pop_back();
}

in IOCPSocket2.h

BYTE GetState() {return m_State;}; //socket system overflow

I can help you, but you might not like it.

Here's my advice, put the crack pipe away, go to sleep for a day, and come back

with a comprehensible autoit question.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

If you want to report this shit that's fine, you do that and move along. When some of the people with job to keep this place clean would be around, they will handle it.

Posting meaningles posts at the same time serving no purpose is lame.

♡♡♡

.

eMyvnE

Link to comment
Share on other sites

This user should be blocked, I've explicitly blocked the ISP. Blocking the IP addresses this user uses since it's almost certainly the same idiot that necessitated the ISP ban in the first place.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...