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, 26 Sep 2019 19:29:51 +0000 (15:29 -0400)
commit825395e249eb9c58b453ce8b14612f29574917ad
tree349258bf8c95d7e632d47cf873f65ebdc43c6d95
parent65121c2141d0df9a1d6fc759904cea4bbc016331
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.026154 seconds and 4 git commands to generate.