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:
parent
bae4b256c7
commit
56bd419029
5 changed files with 109 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue