1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Doc fixes.

Add more files to POTFILES.
Protect against malloc bombs.
This commit is contained in:
Werner Koch 2007-12-12 16:47:52 +00:00
parent bae4b256c7
commit 56bd419029
5 changed files with 109 additions and 13 deletions

View file

@ -1690,8 +1690,8 @@ handle_inquire (assuan_context_t ctx, char *line)
if (*line)
*line++ = 0;
/* Now match it against our list. he second loop is todetect the
match all entry. **/
/* Now match it against our list. The second loop is there to
detect the match-all entry. */
for (d=definq_list; d; d = d->next)
if (d->name && !strcmp (d->name, name))
break;