diff options
author | Neal H. Walfield <neal@g10code.com> | 2015-08-21 10:38:41 +0200 |
---|---|---|
committer | Neal H. Walfield <neal@g10code.com> | 2015-08-21 14:21:08 +0200 |
commit | 4f37820334fadd8c5036ea6c42f3dc242665c4a9 (patch) | |
tree | 845602a6cb68a8c17b42c0347d1a17ab503bba3d /g10/dearmor.c | |
parent | common: Don't incorrectly copy packets with partial lengths. (diff) | |
download | gnupg2-4f37820334fadd8c5036ea6c42f3dc242665c4a9.tar.xz gnupg2-4f37820334fadd8c5036ea6c42f3dc242665c4a9.zip |
common: Don't assume on-disk layout matches in-memory layout.
* g10/packet.h (PKT_signature): Change revkey's type from a struct
revocation_key ** to a struct revocation_key *. Update users.
--
revkey was a pointer into the raw data. But, C doesn't guarantee that
there is no padding. Thus, we copy the data.
Signed-off-by: Neal H. Walfield <neal@g10code.com>.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions