From owner-freebsd-ports@FreeBSD.ORG Tue Jun 3 19:35:05 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7AA71065673 for ; Tue, 3 Jun 2008 19:35:05 +0000 (UTC) (envelope-from bt@turtle.freedns.us) Received: from turtle.freedns.us (netblock-66-159-221-76.dslextreme.com [66.159.221.76]) by mx1.freebsd.org (Postfix) with ESMTP id A61738FC14 for ; Tue, 3 Jun 2008 19:35:05 +0000 (UTC) (envelope-from bt@turtle.freedns.us) Received: from panda.turtle.freedns.us (panda.turtle.freedns.us [10.0.0.2]) by turtle.freedns.us (8.14.2/8.14.2) with ESMTP id m53JKova009894 for ; Tue, 3 Jun 2008 12:20:51 -0700 (PDT) (envelope-from bt@turtle.freedns.us) Message-ID: <48459983.90201@turtle.freedns.us> Date: Tue, 03 Jun 2008 12:20:35 -0700 From: Igor Serikov User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: A bug in graphics/vcg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 19:35:05 -0000 Hello Porters, There is a bug in graphics/vcg which I reported to sander@cs.uni-sb.de and vcg-users@cs.uni-sb.de but got no response. At X11dev.c:1172 should be XEvent, not XAnyEvent. Look at the definition. XAnyEvent is smaller in size than required, so stack corruption is the result. Take care, Igor.