Home GnuPG
Diffusion GnuPG aa4a3aa3e7a0

g10: Fix iobuf API of filter function for alignment.
aa4a3aa3e7a0Unpublished

Unpublished Commit · Learn More

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

Description

g10: Fix iobuf API of filter function for alignment.

* include/iobuf.h (struct iobuf_struct): Remove DESC.
* util/iobuf.c (iobuf_desc): New.
(print_chain, iobuf_close, iobuf_open, iobuf_fdopen, iobuf_sockopen)
(iobuf_create, iobuf_append, iobuf_openrw, iobuf_ioctl)
(iobuf_push_filter2, pop_filter, underflow): Use iobuf_desc.
(file_filter, sock_filter, block_filter): Fill the description.
* g10/armor.c, g10/cipher.c, g10/compress-bz2.c, g10/compress.c,
g10/encode.c, g10/encr-data.c, g10/mdfilter.c, g10/pipemode.c,
g10/progress.c, g10/textfilter.c: Likewise.

Newer GCC warns against possible alignment difference of pointers.
This change can silence those warnings.

(backported from 2.1 commit 3f52c7da3940ec06572270d511000dc7fe9c27d2)

  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Provenance
gniibeAuthored on Jan 26 2016, 7:38 AM
Parents
rGa38dffde7b19: Fix possible AIX problem with sysconf in rndunix.
Branches
Unknown
Tags
Unknown

Event Timeline

NIIBE Yutaka <gniibe@fsij.org> committed rGaa4a3aa3e7a0: g10: Fix iobuf API of filter function for alignment. (authored by NIIBE Yutaka <gniibe@fsij.org>).Jan 26 2016, 7:38 AM