Eric Dumazet
f085e02f0a
phonet: fix rtm_phonet_notify() skb allocation
...
[ Upstream commit d8cac8568618dcb8a51af3db1103e8d4cc4aeea7 ]
fill_route() stores three components in the skb:
- struct rtmsg
- RTA_DST (u8)
- RTA_OIF (u32)
Therefore, rtm_phonet_notify() should use
NLMSG_ALIGN(sizeof(struct rtmsg)) +
nla_total_size(1) +
nla_total_size(4)
Fixes: f062f41d0657 ("Phonet: routing table Netlink interface")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Rémi Denis-Courmont <courmisch@gmail.com>
Link: https://lore.kernel.org/r/20240502161700.1804476-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-17 11:48:07 +02:00
..
2021-09-15 09:50:34 +02:00
2024-01-05 15:12:29 +01:00
2023-01-14 10:16:18 +01:00
2024-02-23 08:41:55 +01:00
2023-12-20 15:44:29 +01:00
2023-12-20 15:44:28 +01:00
2022-06-22 14:13:17 +02:00
2024-05-02 16:23:33 +02:00
2024-05-17 11:48:06 +02:00
2023-01-14 10:15:31 +01:00
2021-07-14 16:56:29 +02:00
2024-05-17 11:48:01 +02:00
2023-03-17 08:45:11 +01:00
2024-02-23 08:42:29 +01:00
2023-10-25 11:54:15 +02:00
2024-05-17 11:48:07 +02:00
2023-08-11 11:57:50 +02:00
2023-11-20 11:06:55 +01:00
2023-06-21 15:45:38 +02:00
2024-01-25 14:37:50 -08:00
2023-07-27 08:44:10 +02:00
2024-05-02 16:23:44 +02:00
2024-01-25 14:37:56 -08:00
2024-03-26 18:22:03 -04:00
2022-11-03 23:57:51 +09:00
2024-01-05 15:12:24 +01:00
2024-05-17 11:48:06 +02:00
2024-05-17 11:48:06 +02:00
2024-03-26 18:21:46 -04:00
2024-03-26 18:21:54 -04:00
2023-08-26 15:26:51 +02:00
2024-05-17 11:48:00 +02:00
2022-04-27 13:53:50 +02:00
2024-02-23 08:42:17 +01:00
2024-05-17 11:48:02 +02:00
2024-04-13 12:58:25 +02:00
2023-02-22 12:55:58 +01:00
2024-04-13 12:59:38 +02:00
2024-01-25 14:37:44 -08:00
2024-05-02 16:23:42 +02:00
2024-01-25 14:37:40 -08:00
2024-03-06 14:37:48 +00:00
2024-03-15 10:48:17 -04:00
2024-04-13 12:59:14 +02:00
2024-05-17 11:48:00 +02:00
2024-05-02 16:23:41 +02:00
2024-03-26 18:22:03 -04:00
2024-05-17 11:48:07 +02:00
2023-12-13 18:27:06 +01:00
2024-01-25 14:37:38 -08:00
2024-04-13 12:59:19 +02:00
2024-01-05 15:12:28 +01:00
2024-01-05 15:12:24 +01:00
2024-02-23 08:42:20 +01:00
2024-04-13 12:59:26 +02:00
2023-10-10 21:53:39 +02:00
2024-04-13 12:59:43 +02:00
2021-11-18 14:04:27 +01:00
2024-05-17 11:47:58 +02:00
2024-05-17 11:48:01 +02:00
2024-03-01 13:16:51 +01:00
2024-05-02 16:23:43 +02:00
2024-01-25 14:37:45 -08:00
2024-05-17 11:48:02 +02:00
2024-03-26 18:21:54 -04:00
2024-05-02 16:23:33 +02:00
2024-05-17 11:48:06 +02:00
2021-06-18 10:00:06 +02:00
2023-06-21 15:45:38 +02:00
2023-06-21 15:45:38 +02:00
2024-01-15 18:48:04 +01:00