Home GnuPG
Diffusion GnuPG 86d84464ae11

gpg: Avoid NULL ptr access due to corrupted packets.

Description

gpg: Avoid NULL ptr access due to corrupted packets.

* g10/parse-packet.c (parse_signature): Do not create an opaque MPI
with NULL and length > 0
(parse_key): Ditto.