Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix possible segfault.
Vsevolod Stakhov committed 13 years ago
commit e98ac41aeb2c5901468bbed84194441ae240c73a
parent 5c77df9
1 file changed +1 -0
modified libpkg/pkg_ports.c
@@ -1003,6 +1003,7 @@ ports_parse_plist(struct pkg *pkg, char *plist, const char *stage)
	pplist.keywords = NULL;
	pplist.post_pattern_to_free = NULL;
	pplist.post_patterns = NULL;
+
	pplist.pkgdep = NULL;

	populate_keywords(&pplist);