Andrey V. Elsukov 1ca7c3b815 The rule field in the ipfw_dyn_rule structure is used as storage
to pass rule number and rule set to userland. In r272840 the kernel
internal rule representation was changed and the rulenum field of
struct ip_fw_rule got the type uint32_t, but userlevel representation
still have the type uint16_t. To not overflow the size of pointer
on the systems with 32-bit pointer size use separate variable to
copy rulenum and set.

Reported by:	PVS-Studio
MFC after:	1 week
2017-04-14 11:19:09 +00:00
..
2017-03-14 07:57:33 +00:00
2017-04-03 03:07:48 +00:00
2016-05-26 22:03:28 +00:00
2016-05-03 18:05:43 +00:00
2017-04-03 13:35:04 +00:00
2017-04-03 13:35:04 +00:00