diff options
Diffstat (limited to 'src/librc/librc-depend.c')
-rw-r--r-- | src/librc/librc-depend.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c index ac8245fd..c28ccc77 100644 --- a/src/librc/librc-depend.c +++ b/src/librc/librc-depend.c @@ -566,6 +566,9 @@ RC_STRINGLIST *rc_deptree_order(const RC_DEPTREE *deptree, } } + if (!list) + return NULL; + /* Now we have our lists, we need to pull in any dependencies and order them */ types = rc_stringlist_new(); |