Re: [PATCH v2 net] nexthop: fix uninitialized variable in nla_put_nh_group_stats()

From: Jiri Pirko
Date: Thu Mar 21 2024 - 11:40:47 EST


Thu, Mar 21, 2024 at 03:42:18PM CET, dan.carpenter@xxxxxxxxxx wrote:
>The "*hw_stats_used" value needs to be set on the success paths to prevent
>an uninitialized variable bug in the caller, nla_put_nh_group_stats().
>
>Fixes: 5072ae00aea4 ("net: nexthop: Expose nexthop group HW stats to user space")
>Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx>