mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Comment on false positives by static analyzers.
--
This commit is contained in:
parent
db82b6131d
commit
7990586828
4 changed files with 18 additions and 1 deletions
|
@ -2517,6 +2517,7 @@ parse_key (IOBUF inp, int pkttype, unsigned long pktlen,
|
|||
}
|
||||
}
|
||||
|
||||
/* Note that KEYID below has been initialized above in list_mode. */
|
||||
if (list_mode)
|
||||
es_fprintf (listfp, "\tkeyid: %08lX%08lX\n",
|
||||
(ulong) keyid[0], (ulong) keyid[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue