Ubuntu-focal-kernel/net/phonet
Eric Dumazet 27d9bd7dbc phonet: fix rtm_phonet_notify() skb allocation
BugLink: https://bugs.launchpad.net/bugs/2069758

[ 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: f062f41d06 ("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>
Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-07-05 10:51:53 +02:00
..
Kconfig
Makefile
af_phonet.c
datagram.c
pep-gprs.c
pep.c
pn_dev.c
pn_netlink.c phonet: fix rtm_phonet_notify() skb allocation 2024-07-05 10:51:53 +02:00
socket.c
sysctl.c