You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable length arrays are extension not required in C standard
and not available in Windows.
Use alloca() instead of variable length array.
Signed-off-by: Stephen Hemminger <[email protected]>
Acked-by: Konstantin Ananyev <[email protected]>
Reviewed-by: Marat Khalili <[email protected]>
0 commit comments