diff options
author | Werner Koch <[email protected]> | 2017-11-26 17:33:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-11-26 17:33:49 +0000 |
commit | 4cf3cc6e3d48c8400466ca29c3f1c22ed2da6c2c (patch) | |
tree | d05422e7677d5fe545ebfd9fd112979e589eb5d7 /dirmngr/workqueue.c | |
parent | agent: New option --auto-expand-secmem. (diff) | |
download | gnupg-4cf3cc6e3d48c8400466ca29c3f1c22ed2da6c2c.tar.gz gnupg-4cf3cc6e3d48c8400466ca29c3f1c22ed2da6c2c.zip |
gpg: Do not read from uninitialized memory with --list-packets.
* g10/parse-packet.c (parse_plaintext): Fill up the allocated NAME.
--
This actually does not harm because we merely display a buffer
allocated by ourselves. However, we better tell Valgrind about it so
that we don't need to track this thing down ever again.
Test using a corrupted literal data packet:
echo cb 0a 75 ff 59 ae 90 d5 74 65 73 74 | \
undump |\
valgrind gpg --list-packets >/dev/null
Reported-by: Sebastian Schinzel
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions