X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/34b03028378025ad22c8d29f70e81109cee690c2..319c08fc2d09d48f71efbe435a878ff9160bdbb2:/keydb_db3.c diff --git a/keydb_db3.c b/keydb_db3.c index 6d98d38..a6946b3 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -309,7 +309,8 @@ int fetch_key_text(const char *search, struct openpgp_publickey **publickey) llfree(wordlist, NULL); wordlist = NULL; - for (newkeylist = keylist; newkeylist != NULL; + for (newkeylist = keylist; + newkeylist != NULL && numkeys < config.maxkeys; newkeylist = newkeylist->next) { keyid = 0;