Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 18 Apr 2002 05:59:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 18 Apr 2002 05:59:25 -0400 Received: from 167.imtp.Ilyichevsk.Odessa.UA ([195.66.192.167]:22541 "EHLO Port.imtp.ilyichevsk.odessa.ua") by vger.kernel.org with ESMTP id ; Thu, 18 Apr 2002 05:59:25 -0400 Message-Id: <200204180954.g3I9stX00514@Port.imtp.ilyichevsk.odessa.ua> Content-Type: text/plain; charset="us-ascii" From: Denis Vlasenko Reply-To: vda@port.imtp.ilyichevsk.odessa.ua To: Jan Hubicka Subject: Re: SSE related security hole Date: Thu, 18 Apr 2002 12:57:08 -0200 X-Mailer: KMail [version 1.3.2] Cc: bugtraq@securityfocus.com, linux-kernel@vger.kernel.org, Pavel Machek , jakub@redhat.com, aj@suse.de, ak@suse.de In-Reply-To: <20020417145130.GA29952@atrey.karlin.mff.cuni.cz> <20020417152337.GG29952@atrey.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 17 April 2002 13:23, Jan Hubicka wrote: > #include > #include > > int > m () > { > int i, n = 7; > float comp, sum = 0; ^^^^ unused? > sin(1); So, removing this sin() stops the bug? > for (i = 1; i <= n; ++i) > sum += i; > printf ("sum of %d ints: %g\n", n, sum); > return 0; > } > > main () > { > m (); > } Can m() body be placed directly in main()? -- vda - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/