pkgng/pkgng 3064423libpkg pkg.c

libpkg: Fix NULL check in pkg_is_config_file

cfile == NULL was checked when indeed it should have been *cfile == NULL.  This
manifested itself as a segfault over in pkg_add.c:attempt_to_merge when
pkg_is_config_file falsely returned 'true'.

Reported by: latest pkgbase upgrade
DeltaFile
+1-1libpkg/pkg.c
+1-11 files

UnifiedSplitRaw