Hello friends 

when i open mydoc / mycomputer i received this error tell me what
should i do. plz help 

Error is Buffer overrun detected!
Program: c\windows\explorer.exe
A buffer overrun has been detected which has corrupted the program's
internal state.The program cannot safely continue execution and must
now be terminated.


someone send me this i m not programmer plz read what is it. 

Buffer overrun attack is a attack utilized by hackers. This attack
utilizes poor coding practices in C and C++ code, with the handling of
string functions. The following code is an example of a buffer overrun.  

void myMethod(char * pStr) {

    char pBuff[10];

    int nCount = 0;

 

    strcpy(pBuff, pStr);

}

 

void foo()

{

}  


what should i do? should i reinstall xp 
waiting for your reply

Thanks in Advance 





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to