From: Antonio Q. <a...@un...> - 2025-07-18 15:24:29
|
On 14/07/2025 16:20, Sabrina Dubroca wrote: > In ovpn_nl_key_swap_doit, the attributes array used to parse the > OVPN_A_KEYCONF uses OVPN_A_PEER_MAX instead of > OVPN_A_KEYCONF_MAX. Note that this does not cause any bug, since > currently OVPN_A_KEYCONF_MAX < OVPN_A_PEER_MAX. > > Fixes: 203e2bf55990 ("ovpn: implement key add/get/del/swap via netlink") > Signed-off-by: Sabrina Dubroca <sd...@qu...> Nice catch, thanks a lot! As you suggested I fixed the reverse christmas-tree while applying this patch. It's now queued for sending to net-next. Regards, -- Antonio Quartulli |