]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
addressing: pad IPAddr struct explicitly
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 19 Jul 2016 13:01:56 +0000 (15:01 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 20 Jul 2016 07:34:11 +0000 (09:34 +0200)
addressing.h

index 863aca9d2cba66c0a29794b0aac22e168abf3259..e7a68b15df0a826fdfe05e6cc05f050fd6d3c4d9 100644 (file)
@@ -42,6 +42,7 @@ typedef struct {
     uint8_t in6[16];
   } addr;
   uint16_t family;
+  uint16_t _pad;
 } IPAddr;
 
 typedef struct {