On Thu, 2020-05-28 at 15:48 +0300, Dan Carpenter wrote:
> The "ret" variable isn't initialized on the success path.
>
> There is an uninitentional behavior in current releases of GCC where
> instead of warning about the uninitialized variable, it instead
> initializes it to zero. So that means that this bug likely doesn't
> affect testing.
>
> Fixes: 14e6b038afa0 ("net/mlx5e: Add support for hw decapsulation of
> MPLS over UDP")
> Signed-off-by: Dan Carpenter <[email protected]>
Hi Dan,
thanks for the fix, a similar fix was already submitted yesterday and
i already pulled it into my tree, I will send a pull request to net-
next soon.
Thanks,
Saeed.