bin/133473: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jun 8 22:10:06 UTC 2009
The following reply was made to PR bin/133473; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: bin/133473: commit references a PR
Date: Mon, 8 Jun 2009 22:06:07 +0000 (UTC)
Author: jilles
Date: Mon Jun 8 22:05:47 2009
New Revision: 193776
URL: http://svn.freebsd.org/changeset/base/193776
Log:
MFC r193273: Fix segfault when giving invalid long option to pkg_info.
PR: bin/133473
Submitted by: Rafal Grodzinski
Approved by: ed (mentor)
Modified:
stable/7/usr.sbin/pkg_install/ (props changed)
stable/7/usr.sbin/pkg_install/info/main.c
Modified: stable/7/usr.sbin/pkg_install/info/main.c
==============================================================================
--- stable/7/usr.sbin/pkg_install/info/main.c Mon Jun 8 22:03:37 2009 (r193775)
+++ stable/7/usr.sbin/pkg_install/info/main.c Mon Jun 8 22:05:47 2009 (r193776)
@@ -58,6 +58,7 @@ static struct option longopts[] = {
{ "verbose", no_argument, NULL, 'v' },
{ "version", no_argument, NULL, 'P' },
{ "which", required_argument, NULL, 'W' },
+ { NULL, 0, NULL, 0 }
};
int
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-bugs
mailing list