inet: fix: possible unaligned access in packed structure (inet/inet6)
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 Sep 2019 15:51:52 +0000 (11:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Sep 2019 19:31:48 +0000 (15:31 -0400)
commit7b0e0bc37e2ee75aeddc787c8fbc2276a4da8611
tree207dc8a2367207ae77c447ad2b7aa5fffd39851a
parent641e88732ae04f89c397ef4400babd5a92c7397f
inet: fix: possible unaligned access in packed structure (inet/inet6)

Fix the warnings that unaligned pointers can be passed as parameters
emitted when building inet.c and inet6.c.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/macros.h
src/common/sessiond-comm/inet.c
src/common/sessiond-comm/inet6.c
This page took 0.02538 seconds and 4 git commands to generate.