Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
the number of shlibs in the elf hints can be 0 if ldconfig wasn't run a first time and/or we are installing base
Baptiste Daroussin committed 11 years ago
commit bd3a4d5ccf4051b41edbb3be394f003c69253dcd
parent 320d012
1 file changed +2 -1
modified libpkg/elfhints.c
@@ -126,7 +126,8 @@ shlib_list_find_by_name(const char *shlib_file)
{
	struct shlib_list *sl;

-
	assert(HASH_COUNT(shlibs) != 0);
+
	if (HASH_COUNT(shlibs) == 0)
+
		return (NULL);

	HASH_FIND_STR(rpath, shlib_file, sl);
	if (sl != NULL)