From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 18 16:00:21 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7B2D1065672 for ; Wed, 18 Apr 2012 16:00:21 +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 A90118FC0C for ; Wed, 18 Apr 2012 16:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3IG0LgE083525 for ; Wed, 18 Apr 2012 16:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3IG0LB7083524; Wed, 18 Apr 2012 16:00:21 GMT (envelope-from gnats) Date: Wed, 18 Apr 2012 16:00:21 GMT Message-Id: <201204181600.q3IG0LB7083524@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/155658: [amr] [patch] amr_ioctl(): call of malloc() causes memory corruption and panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 16:00:21 -0000 The following reply was made to PR kern/155658; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, longwitz@incore.de, Scott Long Cc: Subject: Re: kern/155658: [amr] [patch] amr_ioctl(): call of malloc() causes memory corruption and panic Date: Wed, 18 Apr 2012 11:54:14 -0400 Ok, I've adapted that into a patch at http://www.freebsd.org/~jhb/patches/amr_buffer_len.patch Andreas, can you test that updated patch to verify it fixes your issue? -- John Baldwin