Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE8CB9A3C for ; Thu, 24 Nov 2011 22:07:16 +0000 (UTC) Received: (qmail 35886 invoked by uid 500); 24 Nov 2011 22:07:16 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 35859 invoked by uid 500); 24 Nov 2011 22:07:16 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 35852 invoked by uid 99); 24 Nov 2011 22:07:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2011 22:07:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2011 22:07:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CB27E238897A for ; Thu, 24 Nov 2011 22:06:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1205994 - in /subversion/branches: 1.6.x/STATUS 1.7.x/STATUS Date: Thu, 24 Nov 2011 22:06:55 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111124220655.CB27E238897A@eris.apache.org> Author: danielsh Date: Thu Nov 24 22:06:54 2011 New Revision: 1205994 URL: http://svn.apache.org/viewvc?rev=1205994&view=rev Log: Vote for r1205726. Modified: subversion/branches/1.6.x/STATUS subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=1205994&r1=1205993&r2=1205994&view=diff ============================================================================== --- subversion/branches/1.6.x/STATUS (original) +++ subversion/branches/1.6.x/STATUS Thu Nov 24 22:06:54 2011 @@ -123,7 +123,7 @@ Candidate changes: Justification: Can you say DoS? Votes: - +1: cmpilato + +1: cmpilato, danielsh Veto-blocked changes: ===================== Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1205994&r1=1205993&r2=1205994&view=diff ============================================================================== --- subversion/branches/1.7.x/STATUS (original) +++ subversion/branches/1.7.x/STATUS Thu Nov 24 22:06:54 2011 @@ -92,7 +92,7 @@ Candidate changes: Justification: Can you say DoS? Votes: - +1: cmpilato + +1: cmpilato, danielsh * r1205839, r1205848 Fix reading beyond end of a (not null-terminated) string in BDB lock code.