Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/04/2006 06:36:12
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Apr  4 06:36:12 UTC 2006

Modified Files:
	pkgsrc/pkgtools/pkg_install/files/lib: str.c

Log Message:
Pull over v1.59-v1.61 from src/usr.sbin:
revision 1.61
date: 2006/03/17 17:46:44;  author: hubertf;  state: Exp;  lines: +4 -3
Put check if "best" is empty back into the right place, messed up
in previous commit.
Noted by yamt@
----------------------------
revision 1.60
date: 2006/03/17 02:20:46;  author: hubertf;  state: Exp;  lines: +10 -4
findbestmatchingname_fn(): catch possible problems if best (vp)
contains some strange name (shouldn't happen, but ...)

Coverity CID 869
----------------------------
revision 1.59
date: 2006/03/17 02:10:55;  author: hubertf;  state: Exp;  lines: +8 -7
findbestmatchingname_fn(): only do something sensible if the pointer
handed in is actually usable (not NULL)

Fixes Coverity ID 870


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/pkgtools/pkg_install/files/lib/str.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.