Subject: Re: CVS commit: src/usr.sbin/pkg_install/lib
To: None <hubertf@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 03/18/2006 02:34:23
> Module Name:	src
> Committed By:	hubertf
> Date:		Fri Mar 17 02:20:46 UTC 2006
> 
> Modified Files:
> 	src/usr.sbin/pkg_install/lib: str.c
> 
> Log Message:
> findbestmatchingname_fn(): catch possible problems if best (vp)
> contains some strange name (shouldn't happen, but ...)
> 
> Coverity CID 869

if it shouldn't happen as your comment says, why not abort processing?

YAMAMOTO Takashi