From owner-freebsd-current@FreeBSD.ORG Wed Mar 2 10:40:05 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA60E106566B for ; Wed, 2 Mar 2011 10:40:05 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 374E68FC0A for ; Wed, 2 Mar 2011 10:40:04 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p22Ae3ea084080; Wed, 2 Mar 2011 11:40:03 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p22Ae3FT084079; Wed, 2 Mar 2011 11:40:03 +0100 (CET) (envelope-from marius) Date: Wed, 2 Mar 2011 11:40:03 +0100 From: Marius Strobl To: Alexandre Martins Message-ID: <20110302104003.GB57812@alchemy.franken.de> References: <20110228202307.GA33068@alchemy.franken.de> <201103011031.20422.alexandre.martins@netasq.com> <20110301192058.GA44608@alchemy.franken.de> <201103021058.04851.alexandre.martins@netasq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201103021058.04851.alexandre.martins@netasq.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Fwd: OpenSSL 1.0.0d for Freebsd HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 10:40:05 -0000 On Wed, Mar 02, 2011 at 10:58:00AM +0100, Alexandre Martins wrote: > Hello, > > This sound great :) > > SIGILL is raised when the program try to execute an assembly code that the CPU > cannot execute. It mean that the library or the binary is miscompiled. > Not necessarily, the sparc64 code f.e. also kills programs with SIGILL when they corrupt overflow their stack or the stack pointer is courrupt. Marius