Pablo Neira Ayuso
a0a7379e16
netfilter: nf_tables: use u32 for chain use counter
...
Since 4fefee5 ("netfilter: nf_tables: allow to delete several objects
from a batch"), every new rule bumps the chain use counter. However,
this is limited to 16 bits, which means that it will overrun after
2^16 rules.
Use a u32 chain counter and check for overflows (just like we do for
table objects).
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2014-06-16 13:07:44 +02:00
..
2014-03-25 16:38:16 -05:00
2014-05-23 11:24:04 -07:00
2014-06-16 13:07:44 +02:00
2014-05-14 15:31:45 -04:00
2014-05-20 00:06:04 +02:00
2014-06-11 12:23:17 -07:00
2014-04-20 18:18:55 -04:00
2014-04-30 13:31:26 -04:00
2014-05-16 17:23:41 -04:00
2014-05-05 13:13:50 -04:00
2014-05-22 13:58:36 -04:00
2014-05-05 15:26:29 -04:00
2014-04-30 13:31:25 -04:00
2014-04-15 13:47:15 -04:00
2014-04-16 15:05:11 -04:00
2014-06-04 22:46:38 -07:00
2014-05-16 17:23:42 -04:00
2014-05-15 15:51:42 -04:00
2014-03-28 16:54:50 -04:00
2014-04-15 12:58:34 -04:00
2014-04-15 12:58:34 -04:00
2014-05-07 15:30:52 -04:00
2014-05-14 16:07:23 -04:00
2014-05-13 18:35:09 -04:00
2014-06-03 23:32:12 -07:00
2014-06-04 22:46:38 -07:00
2014-03-27 15:09:07 -04:00
2014-05-24 00:32:30 -04:00
2014-04-15 13:47:15 -04:00
2014-04-18 14:20:48 +02:00
2014-06-02 11:00:41 -07:00
2014-06-02 11:00:41 -07:00
2014-05-26 11:04:41 +02:00
2014-04-24 12:36:00 -04:00
2014-04-27 23:42:39 -04:00
2014-06-11 15:50:59 -07:00
2014-05-23 16:28:53 -04:00
2014-04-09 10:55:34 +02:00
2014-03-24 12:45:01 -04:00
2014-04-27 23:42:39 -04:00
2014-06-02 11:00:41 -07:00
2014-05-07 16:06:05 -04:00
2014-05-23 16:28:53 -04:00
2014-06-10 22:30:58 -07:00
2014-05-22 14:57:15 -04:00
2014-06-15 01:00:49 -07:00
2014-06-04 22:46:39 -07:00
2014-05-05 15:37:55 +02:00
2014-04-23 08:21:04 +02:00