Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C35727166A for ; Sun, 23 Jun 2013 18:35:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 327D514A0E6; Sun, 23 Jun 2013 18:35:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A40414A0DF for ; Sun, 23 Jun 2013 18:35:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PUquSBULHEp5 for ; Sun, 23 Jun 2013 18:35:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C926814A0D4 for ; Sun, 23 Jun 2013 18:35:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88CC996; Sun, 23 Jun 2013 18:35:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 23 Jun 2013 18:35:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130623183553.88CC996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jun 23 18:35:53 UTC 2013 Modified Files: pkgsrc/x11/libXv: Makefile distinfo Log Message: Update to 1.0.9: This quick fix release corrects an issue with the security fix from 1.0.8, in which, if the size checks did determine the response from the X server was too large to fit in the buffer it had allocated, XvQueryPortAttributes could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. Alan Coopersmith (2): XvQueryPortAttributes: add a comment explaining memory strategy libXv 1.0.9 Daphne Pfister (1): Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXv/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.