mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 03:45:07 -05:00
addressing: pad IPAddr struct explicitly
This commit is contained in:
@@ -42,6 +42,7 @@ typedef struct {
|
|||||||
uint8_t in6[16];
|
uint8_t in6[16];
|
||||||
} addr;
|
} addr;
|
||||||
uint16_t family;
|
uint16_t family;
|
||||||
|
uint16_t _pad;
|
||||||
} IPAddr;
|
} IPAddr;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user