From: Tanner Love
Date: Tue, 9 Jun 2020 17:21:32 -0400
> From: tannerlove
>
> getopt_long requires the last element to be filled with zeros.
> Otherwise, passing an unrecognized option can cause a segfault.
>
> Fixes: 16e781224198 ("selftests/net: Add a test to validate behavior of rx
> time
From: tannerlove
getopt_long requires the last element to be filled with zeros.
Otherwise, passing an unrecognized option can cause a segfault.
Fixes: 16e781224198 ("selftests/net: Add a test to validate behavior of rx
timestamps")
Signed-off-by: Tanner Love
Acked-by: Willem de Bruijn
---
to