[git commit] udhcpc6: Fixed aliasing compilation error
Denys Vlasenko
vda.linux at googlemail.com
Sun May 26 12:24:32 UTC 2019
commit: https://git.busybox.net/busybox/commit/?id=818d9e02f2de87aef3ba72c2b3bcec6eed4ef974
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Martin Lewis <martin.lewis.x84 at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
networking/udhcp/d6_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h
index 2178cb9d6..dee2558e2 100644
--- a/networking/udhcp/d6_common.h
+++ b/networking/udhcp/d6_common.h
@@ -141,7 +141,7 @@ struct client6_data_t {
unsigned env_idx;
/* link-local IPv6 address */
struct in6_addr ll_ip6;
-};
+} FIX_ALIASING;
#define client6_data (*(struct client6_data_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE - sizeof(struct client6_data_t)]))
More information about the busybox-cvs
mailing list