From owner-freebsd-bugs@FreeBSD.ORG Mon May 14 04:50:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97AB816A400 for ; Mon, 14 May 2007 04:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2BF13C448 for ; Mon, 14 May 2007 04:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4E4o9mK088002 for ; Mon, 14 May 2007 04:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4E4o9xv088000; Mon, 14 May 2007 04:50:09 GMT (envelope-from gnats) Date: Mon, 14 May 2007 04:50:09 GMT Message-Id: <200705140450.l4E4o9xv088000@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Colin Percival Cc: Subject: Re: kern/102795: [libmd] {SHA1,RIPEMD160}_Update() produce wrong results for large buffers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Colin Percival List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 04:50:09 -0000 The following reply was made to PR kern/102795; it has been noted by GNATS. From: Colin Percival To: bug-followup@FreeBSD.org, gorshkov.pavel@gmail.com Cc: Subject: Re: kern/102795: [libmd] {SHA1,RIPEMD160}_Update() produce wrong results for large buffers Date: Sun, 13 May 2007 21:43:05 -0700 I wrote: > Can you still reproduce this? It works fine for me on 6.2-RELEASE [snip] Ignore this; it turns out that it just needs a slightly larger file in order to break now. I'll commit a patch in a few minutes. Colin Percival