mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
xt_ACCOUNT: avoid implicit padding in struct ipt_acc_handle_ip
Make the structure size so that an ILP32 environment has no problem taking the raw bytes from an LP64 one.
This commit is contained in:
@@ -59,7 +59,7 @@ struct ipt_acc_handle_sockopt {
|
|||||||
Used for every IP when returning data
|
Used for every IP when returning data
|
||||||
*/
|
*/
|
||||||
struct ipt_acc_handle_ip {
|
struct ipt_acc_handle_ip {
|
||||||
__be32 ip;
|
__be32 ip, __dummy;
|
||||||
uint64_t src_packets;
|
uint64_t src_packets;
|
||||||
uint64_t src_bytes;
|
uint64_t src_bytes;
|
||||||
uint64_t dst_packets;
|
uint64_t dst_packets;
|
||||||
|
Reference in New Issue
Block a user