X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=wordlist.c;h=b594253951d95ba7ace86347c7fca7d4cbb493df;hb=5d859953e393a2539e67df3ce73798e7029cf5b9;hp=605ec06967752a4209be7591c966d2209f6618d3;hpb=5e1b22d763640c4d7a09d07920403d8d491b4410;p=onak.git diff --git a/wordlist.c b/wordlist.c index 605ec06..b594253 100644 --- a/wordlist.c +++ b/wordlist.c @@ -97,7 +97,7 @@ struct ll *makewordlistfromkey(struct ll *wordlist, struct ll *wl = NULL; uids = keyuids(key, NULL); - for (i = 0; uids[i] != NULL; ++i) { + for (i = 0; uids != NULL && uids[i] != NULL; ++i) { words = makewordlist(NULL, uids[i]); for (wl = words; wl != NULL; wl = wl->next) { if (llfind(wordlist, wl->object,