Home GnuPG
Diffusion GnuPG ddf9dd135acd

agent: Fix alignment problem with the second passphrase struct.
ddf9dd135acdUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

agent: Fix alignment problem with the second passphrase struct.

* agent/genkey.c (agent_ask_new_passphrase): Use a separate malloc for
PI2.  Check return value of the malloc function.
* agent/command-ssh.c (ssh_identity_register): Use a separate malloc
for PI2.  Wipe PI2.

For whatever stupid reasons I once allocated only one memory area and
split that into PI and PI2. This is actually a common pattern with
malloc but here we used a made up object size and do not take the
extra alignment required into account. One of these not yet hit by
a (sig)bus PC/VAX hacker bugs.

Instead of trying to fix the alignment, it is better to use a second
calloc for the second struct.

  • GnuPG-bug-id: T2112
  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Oct 1 2015, 1:21 PM
Parents
rG2acceba5cc29: gpg: Fix a practical hang after use of --faked-system-time.
Branches
Unknown
Tags
Unknown

Event Timeline