From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d376bd5d99375e5941cff163ebbfb1@csplan9.rit.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Google search of the day Date: Wed, 13 Feb 2008 18:59:56 -0500 From: john@csplan9.rit.edu In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 539f0dd8-ead3-11e9-9d60-3106f5b1d025 > In most /bin/sh variants (I'm not sure about original): > > :(){:|:};: > > Quick denial of service. > This just in: Repeated forks can bring down a system. Story at 11. #include #include int main() { for (;;) fork(); } Look ma! John