Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 03:00:07 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/133473: commit references a PR
Message-ID:  <200906170300.n5H307HL067029@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/133473; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906170300.n5H307HL067029>