From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 9 13:40:03 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FF81065672 for ; Tue, 9 Feb 2010 13:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58F2E8FC16 for ; Tue, 9 Feb 2010 13:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o19De3Bu096911 for ; Tue, 9 Feb 2010 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o19De3fR096910; Tue, 9 Feb 2010 13:40:03 GMT (envelope-from gnats) Date: Tue, 9 Feb 2010 13:40:03 GMT Message-Id: <201002091340.o19De3fR096910@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/138860: [linux] linux_socketcall() causing buffer overflow X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 13:40:03 -0000 The following reply was made to PR kern/138860; it has been noted by GNATS. From: Alexander Best To: Cc: Mateusz Guzik Subject: Re: kern/138860: [linux] linux_socketcall() causing buffer overflow Date: Tue, 09 Feb 2010 14:36:38 +0100 (CET) thanks a lot. :) i've tested the patch and running the test case i mentioned in the pr no longer causes a buffer overflow warning being reported by REDZONE. somebody please commit this patch. cheers. alex