Wiki98 Posted July 28, 2012 Posted July 28, 2012 HiTopic : socked-system-overflowlanguage : AutoitScpirt Code Requestprogram explosion : socket overflow buffer Error !memory with program connect And Socket overflow buffer Delete RequestIs there anyone that can help ? Thank You !C++ Sample Code in iocport.cppvoid 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.hBYTE GetState() {return m_State;}; //socket system overflow
JohnOne Posted July 28, 2012 Posted July 28, 2012 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. Xandy 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
czardas Posted July 28, 2012 Posted July 28, 2012 If it ain't workin' in cpp, I imagine it won't work in AutoIt niether. operator64 ArrayWorkshop
Bert Posted July 28, 2012 Posted July 28, 2012 I have several problems with this post. Why is the code posted in C++ instead of AutoIt? Was it decompiled? I would like to know what app the AutoIt script is being used with. (I think I know the answer but I wish to give the poster the benefit of the doubt) The Vollatran project My blog: http://www.vollysinterestingshit.com/
trancexx Posted July 28, 2012 Posted July 28, 2012 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
Bert Posted July 28, 2012 Posted July 28, 2012 (edited) You are so right. How I must remember to mind my place. Edited July 28, 2012 by scullion The Vollatran project My blog: http://www.vollysinterestingshit.com/
czardas Posted July 28, 2012 Posted July 28, 2012 I was the one who sent a report, however this will be my last post in this thread. operator64 ArrayWorkshop
Valik Posted July 28, 2012 Posted July 28, 2012 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.
Recommended Posts