Maciej Żenczykowski
b6b0cb49ce
netfilter: xt_recent: fix (increase) ipv6 literal buffer length
[ Upstream commit 7b308feb4fd2d1c06919445c65c8fbf8e9fd1781 ]
in6_pton() supports 'low-32-bit dot-decimal representation'
(this is useful with DNS64/NAT64 networks for example):
# echo +aaaa:bbbb:cccc:dddd:eeee:ffff:1.2.3.4 > /proc/self/net/xt_recent/DEFAULT
# cat /proc/self/net/xt_recent/DEFAULT
src=aaaa:bbbb:cccc:dddd:eeee:ffff:0102:0304 ttl: 0 last_seen: 9733848829 oldest_pkt: 1 9733848829
but the provided buffer is too short:
# echo +aaaa:bbbb:cccc:dddd:eeee:ffff:255.255.255.255 > /proc/self/net/xt_recent/DEFAULT
-bash: echo: write error: Invalid argument
Fixes: 079aa88fe7 ("netfilter: xt_recent: IPv6 support")
Signed-off-by: Maciej Żenczykowski <zenczykowski@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-24 09:40:58 +09:00
..
2020-01-27 14:50:41 +01:00
2023-11-23 16:32:11 +09:00
2023-11-17 08:42:18 +09:00
2023-11-17 08:43:35 +09:00
2021-04-07 12:48:49 +02:00
2023-11-17 08:43:45 +09:00
2023-11-17 08:39:27 +09:00
2023-11-23 16:31:28 +09:00
2023-11-24 09:15:17 +09:00
2023-11-17 08:41:44 +09:00
2020-01-27 14:50:51 +01:00
2023-11-24 08:54:01 +09:00
2023-11-17 08:43:05 +09:00
2023-11-23 16:19:21 +09:00
2023-11-24 09:14:32 +09:00
2023-11-24 09:14:29 +09:00
2023-11-17 08:38:53 +09:00
2023-11-24 09:40:47 +09:00
2023-11-23 11:13:53 +09:00
2020-04-23 10:30:24 +02:00
2023-11-17 08:39:00 +09:00
2020-01-09 10:19:09 +01:00
2023-11-17 08:41:51 +09:00
2023-11-17 08:41:29 +09:00
2018-04-22 21:12:00 -04:00
2023-11-24 09:27:42 +09:00
2023-11-24 09:40:47 +09:00
2023-11-17 08:43:07 +09:00
2023-11-24 08:52:43 +09:00
2023-11-23 16:30:03 +09:00
2023-11-24 09:12:36 +09:00
2021-02-10 09:21:06 +01:00
2023-11-24 09:40:42 +09:00
2023-11-24 09:14:49 +09:00
2023-11-17 08:41:55 +09:00
2023-11-17 08:42:44 +09:00
2021-04-14 08:22:35 +02:00
2023-11-24 09:40:58 +09:00
2023-11-23 16:32:33 +09:00
2023-11-23 16:03:35 +09:00
2023-11-23 16:33:28 +09:00
2023-11-24 09:14:08 +09:00
2023-11-17 08:43:35 +09:00
2023-11-17 08:42:38 +09:00
2023-11-23 16:28:27 +09:00
2022-01-11 13:58:50 +01:00
2019-12-05 09:21:30 +01:00
2021-09-03 09:58:00 +02:00
2023-11-24 09:13:13 +09:00
2023-11-24 09:14:19 +09:00
2023-11-17 08:42:43 +09:00
2023-11-17 08:43:29 +09:00
2023-11-24 09:14:27 +09:00
2023-11-24 09:12:45 +09:00
2023-11-24 09:40:54 +09:00
2019-05-16 19:41:27 +02:00
2023-11-23 16:11:51 +09:00
2019-02-10 00:33:21 +08:00
2023-11-24 09:40:44 +09:00
2023-11-17 08:40:30 +09:00
2023-11-24 08:52:14 +09:00
2023-11-17 08:43:34 +09:00
2018-07-24 14:10:42 -07:00
2023-11-24 09:14:50 +09:00
2023-11-17 08:42:38 +09:00
2021-05-22 10:59:48 +02:00
2023-11-24 09:14:15 +09:00
2021-06-30 08:48:13 -04:00
2023-11-23 11:13:53 +09:00
2023-11-23 11:13:53 +09:00
2021-04-03 14:09:44 +00:00
2023-11-24 09:13:13 +09:00
2019-02-10 00:33:21 +08:00