Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
/s/"NULL"/NULL in pkg_config.c
R. Christian McDonald committed 3 years ago
commit 87ab7de9bd13676f9e1ccb8784171aafd7404bd2
parent 49ecc87
1 file changed +3 -3
modified libpkg/pkg_config.c
@@ -465,7 +465,7 @@ static struct config_entry c[] = {
	{
		PKG_ARRAY,
		"AUDIT_IGNORE_REGEX",
-
		"NULL",
+
		NULL,
		"List of regex to ignore while autiditing for vulnerabilities",
	},
	{
@@ -489,13 +489,13 @@ static struct config_entry c[] = {
	{
		PKG_ARRAY,
		"FILES_IGNORE_GLOB",
-
		"NULL",
+
		NULL,
		"patterns of files to not extract from the package",
	},
	{
		PKG_ARRAY,
		"FILES_IGNORE_REGEX",
-
		"NULL",
+
		NULL,
		"patterns of files to not extract from the package",
	},
};