bin/133473: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jun 17 03:00:13 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: Wed, 17 Jun 2009 02:52:49 +0000 (UTC)

 Author: emaste
 Date: Wed Jun 17 02:52:35 2009
 New Revision: 194320
 URL: http://svn.freebsd.org/changeset/base/194320
 
 Log:
   MFC r193273 by jilles:
   
     Fix segfault when giving invalid long option to pkg_info.
   
   PR: bin/133473
   Submitted by: Rafal Grodzinski
 
 Modified:
   stable/6/usr.sbin/pkg_install/   (props changed)
   stable/6/usr.sbin/pkg_install/info/main.c
 
 Modified: stable/6/usr.sbin/pkg_install/info/main.c
 ==============================================================================
 --- stable/6/usr.sbin/pkg_install/info/main.c	Wed Jun 17 02:51:16 2009	(r194319)
 +++ stable/6/usr.sbin/pkg_install/info/main.c	Wed Jun 17 02:52:35 2009	(r194320)
 @@ -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