bin/133473: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Jun 1 21:30:05 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,  1 Jun 2009 21:27:07 +0000 (UTC)

 Author: jilles
 Date: Mon Jun  1 21:26:52 2009
 New Revision: 193273
 URL: http://svn.freebsd.org/changeset/base/193273
 
 Log:
   Fix segfault when giving invalid long option to pkg_info.
   
   PR:		bin/133473
   Submitted by:	Rafal Grodzinski
   Approved by:	ed (mentor)
   MFC after:	1 week
 
 Modified:
   head/usr.sbin/pkg_install/info/main.c
 
 Modified: head/usr.sbin/pkg_install/info/main.c
 ==============================================================================
 --- head/usr.sbin/pkg_install/info/main.c	Mon Jun  1 21:17:03 2009	(r193272)
 +++ head/usr.sbin/pkg_install/info/main.c	Mon Jun  1 21:26:52 2009	(r193273)
 @@ -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