Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id C006763C17D for ; Wed, 11 Feb 2009 23:51:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7C7A363B2CC; Wed, 11 Feb 2009 23:51:31 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 91ECD63B14B for ; Wed, 11 Feb 2009 23:51:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7C864175D7; Wed, 11 Feb 2009 23:51:30 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/info To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20090211235130.7C864175D7@cvs.netbsd.org> Date: Wed, 11 Feb 2009 23:51:30 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Wed Feb 11 23:51:30 UTC 2009 Modified Files: pkgsrc/pkgtools/pkg_install/files/info: perform.c show.c Log Message: Don't segfault if running pkg_info on a binary package without +BUILD_INFO (or installed without +INSTALLED_INFO). Second half of PR 30276. To generate a diff of this commit: cvs rdiff -r1.49 -r1.50 pkgsrc/pkgtools/pkg_install/files/info/perform.c cvs rdiff -r1.23 -r1.24 pkgsrc/pkgtools/pkg_install/files/info/show.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.